Platform         2057 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform(const Platform& platform) : detail::Wrapper<cl_type>(platform) { }
Platform         2069 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform& operator = (const Platform& rhs)
Platform         2081 3rdparty/include/opencl/1.2/CL/cl.hpp     Platform& operator = (const cl_platform_id& rhs)
Platform         2218 3rdparty/include/opencl/1.2/CL/cl.hpp         VECTOR_CLASS<Platform>* platforms)
Platform         2247 3rdparty/include/opencl/1.2/CL/cl.hpp         Platform * platform)
Platform         2275 3rdparty/include/opencl/1.2/CL/cl.hpp     static Platform get(
Platform         2278 3rdparty/include/opencl/1.2/CL/cl.hpp         Platform platform;
Platform         2303 3rdparty/include/opencl/1.2/CL/cl.hpp     static Platform getDefault( 
Platform         2439 3rdparty/include/opencl/1.2/CL/cl.hpp             prop[1] = (cl_context_properties)Platform::get(&error)();
Platform          265 modules/core/include/opencv2/core/ocl.hpp     Platform();
Platform          266 modules/core/include/opencv2/core/ocl.hpp     ~Platform();
Platform          267 modules/core/include/opencv2/core/ocl.hpp     Platform(const Platform& p);
Platform          268 modules/core/include/opencv2/core/ocl.hpp     Platform& operator = (const Platform& p);
Platform          271 modules/core/include/opencv2/core/ocl.hpp     static Platform& getDefault();
Platform          686 modules/core/src/directx.cpp     cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr();
Platform          834 modules/core/src/directx.cpp     cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr();
Platform          982 modules/core/src/directx.cpp     cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr();
Platform         1682 modules/core/src/ocl.cpp struct Platform::Impl
Platform         1721 modules/core/src/ocl.cpp Platform::Platform()
Platform         1726 modules/core/src/ocl.cpp Platform::~Platform()
Platform         1732 modules/core/src/ocl.cpp Platform::Platform(const Platform& pl)
Platform         1739 modules/core/src/ocl.cpp Platform& Platform::operator = (const Platform& pl)
Platform         1750 modules/core/src/ocl.cpp void* Platform::ptr() const
Platform         1755 modules/core/src/ocl.cpp Platform& Platform::getDefault()
Platform         1757 modules/core/src/ocl.cpp     static Platform p;
Platform         2521 modules/core/src/ocl.cpp         cl_platform_id pl = (cl_platform_id)Platform::getDefault().ptr();
Platform         2946 modules/core/src/ocl.cpp     Platform& p = Platform::getDefault();
Platform         2947 modules/core/src/ocl.cpp     Platform::Impl* pImpl = p.p;
Platform          355 modules/highgui/src/agile_wrl.h             Platform::Object object;
Platform          506 modules/highgui/src/agile_wrl.h             Platform::Object object;
Platform         2269 modules/highgui/src/ppltasks_winrt.h     const ::Platform::Guid _PPLTaskCausalityPlatformID(0x7A76B220, 0xA758, 0x4E6E, 0xB0, 0xE0, 0xD7, 0xC6, 0xD7, 0x4A, 0x88, 0xFE);
Platform          355 modules/videoio/src/agile_wrl.hpp             Platform::Object object;
Platform          506 modules/videoio/src/agile_wrl.hpp             Platform::Object object;
Platform          389 modules/videoio/src/cap_msmf.hpp #define END_CALL_IN_CONTEXT(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\
Platform          406 modules/videoio/src/cap_msmf.hpp #define _Object Platform::Object^
Platform          407 modules/videoio/src/cap_msmf.hpp #define _ObjectObj Platform::Object^
Platform          408 modules/videoio/src/cap_msmf.hpp #define _String Platform::String^
Platform          409 modules/videoio/src/cap_msmf.hpp #define _StringObj Platform::String^
Platform          410 modules/videoio/src/cap_msmf.hpp #define _StringReference ref new Platform::String
Platform          411 modules/videoio/src/cap_msmf.hpp #define _StringReferenceObj Platform::String^
Platform          439 modules/videoio/src/cap_msmf.hpp #define END_CREATE_ASYNC(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\
Platform          455 modules/videoio/src/cap_msmf.hpp #define MAKE_WRL_AGILE_REF(x) Platform::Agile<x^>
Platform          463 modules/videoio/src/cap_msmf.hpp #define THROW_INVALID_ARG throw ref new Platform::InvalidArgumentException();
Platform           28 modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp using namespace Platform;
Platform           65 modules/videoio/src/cap_winrt/CaptureFrameGrabber.hpp     Platform::Agile<WMC::MediaCapture> _capture;
Platform           58 modules/videoio/src/cap_winrt/MFIncludes.hpp #define CHK(statement)  {HRESULT _hr = (statement); if (FAILED(_hr)) { throw ref new Platform::COMException(_hr); };}
Platform           59 modules/videoio/src/cap_winrt/MFIncludes.hpp #define CHKNULL(p)  {if ((p) == nullptr) { throw ref new Platform::NullReferenceException(L#p); };}
Platform          151 modules/videoio/src/cap_winrt/MFIncludes.hpp     catch (Platform::Exception^ e)
Platform           28 modules/videoio/src/cap_winrt/MediaStreamSink.cpp using namespace Platform;
Platform           40 modules/videoio/src/cap_winrt_bridge.cpp using namespace Platform;
Platform           39 modules/videoio/src/cap_winrt_capture.cpp using namespace Platform;
Platform           55 modules/videoio/src/cap_winrt_video.hpp     Platform::Agile<Windows::Media::Capture::MediaCapture> m_capture;
Platform           56 modules/videoio/src/cap_winrt_video.hpp     Platform::Agile<Windows::Devices::Enumeration::DeviceInformationCollection> m_devices;
Platform         2269 modules/videoio/src/ppltasks_winrt.hpp     const ::Platform::Guid _PPLTaskCausalityPlatformID(0x7A76B220, 0xA758, 0x4E6E, 0xB0, 0xE0, 0xD7, 0xC6, 0xD7, 0x4A, 0x88, 0xFE);
Platform           11 samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp using namespace Platform;
Platform          122 samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp void App::OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e)
Platform           24 samples/winrt/FaceDetection/FaceDetection/App.xaml.h         void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
Platform           25 samples/winrt/FaceDetection/FaceDetection/App.xaml.h         void OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFailedEventArgs ^e);
Platform           18 samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.cpp using namespace Platform;
Platform           42 samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.cpp void FaceDetection::MainPage::InitBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform           56 samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.cpp void FaceDetection::MainPage::detectBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform           24 samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.h         void InitBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           25 samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.h         void detectBtn_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           27 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp using namespace Platform;
Platform          126 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::btnStartDevice_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform          175 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     catch (Platform::Exception^ e)
Platform          181 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::btnStartPreview_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform          206 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     catch (Platform::Exception^ e)
Platform          215 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::lstEnumedDevices_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e)
Platform          280 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     catch (Platform::Exception^ e)
Platform          371 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::ShowStatusMessage(Platform::String^ text)
Platform          376 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::ShowExceptionMessage(Platform::Exception^ ex)
Platform          473 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::DisplayProperties_OrientationChanged(Platform::Object^ sender)
Platform          543 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void SDKSample::MediaCapture::AdvancedCapture::Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform          608 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     catch (Platform::Exception ^e)
Platform           54 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void btnStartDevice_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           56 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void btnStartPreview_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           58 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void lstEnumedDevices_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e);
Platform           63 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void ShowStatusMessage(Platform::String^ text);
Platform           64 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void ShowExceptionMessage(Platform::Exception^ ex);
Platform           66 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void EnableButton(bool enabled, Platform::String ^name);
Platform           73 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void DisplayProperties_OrientationChanged(Platform::Object^ sender);
Platform           79 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             Platform::Agile<Windows::Media::Capture::MediaCapture> m_mediaCaptureMgr;
Platform           92 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h             void Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           26 samples/winrt/ImageManipulations/App.xaml.cpp using namespace Platform;
Platform           28 samples/winrt/ImageManipulations/App.xaml.h         virtual void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ pArgs);
Platform           17 samples/winrt/ImageManipulations/Constants.cpp Platform::Array<Scenario>^ MainPage::scenariosInner = ref new Platform::Array<Scenario>
Platform           18 samples/winrt/ImageManipulations/Constants.h         Platform::String^ Title;
Platform           19 samples/winrt/ImageManipulations/Constants.h         Platform::String^ ClassName;
Platform           25 samples/winrt/ImageManipulations/Constants.h         static property Platform::String^ FEATURE_NAME
Platform           27 samples/winrt/ImageManipulations/Constants.h             Platform::String^ get()
Platform           29 samples/winrt/ImageManipulations/Constants.h                 return ref new Platform::String(L"OpenCV Image Manipulations sample");
Platform           33 samples/winrt/ImageManipulations/Constants.h         static property Platform::Array<Scenario>^ scenarios
Platform           35 samples/winrt/ImageManipulations/Constants.h             Platform::Array<Scenario>^ get()
Platform           41 samples/winrt/ImageManipulations/Constants.h         static Platform::Array<Scenario>^ scenariosInner;
Platform           26 samples/winrt/ImageManipulations/MainPage.xaml.cpp using namespace Platform;
Platform          146 samples/winrt/ImageManipulations/MainPage.xaml.cpp     ScenarioList = ref new Platform::Collections::Vector<Object^>();
Platform           57 samples/winrt/ImageManipulations/MainPage.xaml.h         virtual void LoadState(Platform::Object^ navigationParameter,
Platform           58 samples/winrt/ImageManipulations/MainPage.xaml.h             Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) override;
Platform           59 samples/winrt/ImageManipulations/MainPage.xaml.h         virtual void SaveState(Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) override;
Platform           83 samples/winrt/ImageManipulations/MainPage.xaml.h         void NotifyUser(Platform::String^ strMessage, NotifyType type);
Platform           84 samples/winrt/ImageManipulations/MainPage.xaml.h         void LoadScenario(Platform::String^ scenarioName);
Platform           85 samples/winrt/ImageManipulations/MainPage.xaml.h         event Windows::Foundation::EventHandler<Platform::Object^>^ ScenarioLoaded;
Platform           93 samples/winrt/ImageManipulations/MainPage.xaml.h         Platform::Collections::Vector<Object^>^ ScenarioList;
Platform           17 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp using namespace Platform;
Platform           18 samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp using namespace Platform::Collections;
Platform           53 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             property Windows::Foundation::Collections::IObservableMap<Platform::String^, Platform::Object^>^ DefaultViewModel
Platform           55 samples/winrt/ImageManipulations/common/LayoutAwarePage.h                 Windows::Foundation::Collections::IObservableMap<Platform::String^, Platform::Object^>^ get();
Platform           56 samples/winrt/ImageManipulations/common/LayoutAwarePage.h                 void set(Windows::Foundation::Collections::IObservableMap<Platform::String^, Platform::Object^>^ value);
Platform           60 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             virtual void GoHome(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           61 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             virtual void GoBack(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           62 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             virtual void GoForward(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           63 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             virtual Platform::String^ DetermineVisualState(Windows::UI::ViewManagement::ApplicationViewState viewState);
Platform           66 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             virtual void LoadState(Platform::Object^ navigationParameter,
Platform           67 samples/winrt/ImageManipulations/common/LayoutAwarePage.h                 Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState);
Platform           68 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             virtual void SaveState(Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState);
Platform           71 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             Platform::String^ _pageKey;
Platform           73 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             Platform::Collections::Map<Platform::String^, Platform::Object^>^ _defaultViewModel;
Platform           76 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             Platform::Collections::Vector<Windows::UI::Xaml::Controls::Control^>^ _layoutAwareControls;
Platform           77 samples/winrt/ImageManipulations/common/LayoutAwarePage.h             void WindowSizeChanged(Platform::Object^ sender, Windows::UI::Core::WindowSizeChangedEventArgs^ e);
Platform           25 samples/winrt/ImageManipulations/common/suspensionmanager.cpp using namespace Platform;
Platform           26 samples/winrt/ImageManipulations/common/suspensionmanager.cpp using namespace Platform::Collections;
Platform           42 samples/winrt/ImageManipulations/common/suspensionmanager.cpp     void WriteObject(Windows::Storage::Streams::DataWriter^ writer, Platform::Object^ object);
Platform           43 samples/winrt/ImageManipulations/common/suspensionmanager.cpp     Platform::Object^ ReadObject(Windows::Storage::Streams::DataReader^ reader);
Platform           34 samples/winrt/ImageManipulations/common/suspensionmanager.h             static void RegisterFrame(Windows::UI::Xaml::Controls::Frame^ frame, Platform::String^ sessionStateKey);
Platform           38 samples/winrt/ImageManipulations/common/suspensionmanager.h             static property Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ SessionState
Platform           40 samples/winrt/ImageManipulations/common/suspensionmanager.h                 Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ get(void);
Platform           42 samples/winrt/ImageManipulations/common/suspensionmanager.h             static Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ SessionStateForFrame(
Platform           11 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp using namespace Platform;
Platform           22 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.h         void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
Platform           22 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp using namespace Platform;
Platform           82 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp         Platform::Array<byte>^ srcPixels = pixelProvider->DetachPixelData();
Platform          117 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp cv::String OcvImageProcessing::MainPage::ConvertPath(Platform::String^ path) {
Platform          243 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp void OcvImageProcessing::MainPage::Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform           34 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.h         void Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           46 samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.h         cv::String ConvertPath(Platform::String^ path);
Platform           11 samples/winrt_universal/PhoneTutorial/App.xaml.cpp using namespace Platform;
Platform           26 samples/winrt_universal/PhoneTutorial/App.xaml.h         void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
Platform           27 samples/winrt_universal/PhoneTutorial/App.xaml.h         void RootFrame_FirstNavigated(Platform::Object^ sender, Windows::UI::Xaml::Navigation::NavigationEventArgs^ e);
Platform           17 samples/winrt_universal/PhoneTutorial/MainPage.xaml.cpp using namespace Platform;
Platform           72 samples/winrt_universal/PhoneTutorial/MainPage.xaml.cpp void PhoneTutorial::MainPage::Process_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform          118 samples/winrt_universal/PhoneTutorial/MainPage.xaml.cpp void PhoneTutorial::MainPage::Reset_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
Platform           25 samples/winrt_universal/PhoneTutorial/MainPage.xaml.h         void Process_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           26 samples/winrt_universal/PhoneTutorial/MainPage.xaml.h         void Reset_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
Platform           36 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp using namespace Platform;
Platform           61 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp     Resuming += ref new Windows::Foundation::EventHandler<Platform::Object ^>(this, &video_capture_xaml::App::OnResuming);
Platform          170 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp void video_capture_xaml::App::OnResuming(Platform::Object ^sender, Platform::Object ^args)
Platform           51 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.h         void RootFrame_FirstNavigated(Platform::Object^ sender, Windows::UI::Xaml::Navigation::NavigationEventArgs^ e);
Platform           54 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.h         void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
Platform           55 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.h         void OnResuming(Platform::Object ^sender, Platform::Object ^args);
Platform           17 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.cpp using namespace Platform;
Platform           57 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.cpp void video_capture_xaml::MainPage::OnVisibilityChanged(Platform::Object ^sender,
Platform           21 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.h         void OnVisibilityChanged(Platform::Object ^sender, Windows::UI::Core::VisibilityChangedEventArgs ^e);
Platform           17 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.cpp using namespace Platform;
Platform           56 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.cpp     void video_capture_xaml::MainPage::OnVisibilityChanged(Platform::Object ^sender,
Platform           26 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.h         void OnVisibilityChanged(Platform::Object ^sender, Windows::UI::Core::VisibilityChangedEventArgs ^e);
Platform           14 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
Platform           33 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
Platform           14 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             throw Platform::Exception::CreateException(hr);
Platform           19 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h     inline Concurrency::task<Platform::Array<byte>^> ReadDataAsync(Platform::String^ filename)
Platform           34 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h         }).then([] (Streams::IBuffer^ fileBuffer) -> Platform::Array<byte>^
Platform           36 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
Platform          114 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.cpp     auto createVSTask = loadVSTask.then([this](Platform::Array<byte>^ fileData)
Platform          142 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.cpp     auto createPSTask = loadPSTask.then([this](Platform::Array<byte>^ fileData)
Platform           14 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
Platform           33 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h             throw ref new Platform::FailureException();
Platform          122 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.cpp     auto createVSTask = loadVSTask.then([this](Platform::Array<byte>^ fileData) {
Platform          152 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.cpp     auto createPSTask = loadPSTask.then([this](Platform::Array<byte>^ fileData) {
Platform          145 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp     void Direct3DInterop::CreateTexture(const Platform::Array<int>^  buffer,int width,int height, OCVFilterType filter)
Platform           49 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h     void CreateTexture(const Platform::Array<int>^ buffer, int with, int height, OCVFilterType filter);
Platform           14 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             throw Platform::Exception::CreateException(hr);
Platform           19 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h     inline Concurrency::task<Platform::Array<byte>^> ReadDataAsync(Platform::String^ filename)
Platform           34 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h         }).then([] (Streams::IBuffer^ fileBuffer) -> Platform::Array<byte>^
Platform           36 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h             auto fileData = ref new Platform::Array<byte>(fileBuffer->Length);
Platform           12 samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.cpp using namespace Platform;
Platform           43 samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.cpp         return ref new Platform::Collections::VectorView<int>(output);