Lines Matching refs:Windows

28 using namespace Windows::Devices::Enumeration;
37 [Windows::Foundation::Metadata::WebHostHidden]
44 … virtual void OnNavigatedTo(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override;
45 … virtual void OnNavigatedFrom(Windows::UI::Xaml::Navigation::NavigationEventArgs^ e) override;
52 …void Failed(Windows::Media::Capture::MediaCapture ^ mediaCapture, Windows::Media::Capture::MediaCa…
54 … void btnStartDevice_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
56 … void btnStartPreview_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);
58 …void lstEnumedDevices_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::Sele…
68 task<Windows::Storage::StorageFile^> ReencodePhotoAsync(
69 Windows::Storage::StorageFile ^tempStorageFile,
70 Windows::Storage::FileProperties::PhotoOrientation photoRotation);
71 Windows::Storage::FileProperties::PhotoOrientation GetCurrentPhotoRotation();
74 Windows::Storage::FileProperties::PhotoOrientation PhotoRotationLookup(
75Windows::Graphics::Display::DisplayOrientations displayOrientation, bool counterclockwise);
76 Windows::Media::Capture::VideoRotation VideoRotationLookup(
77Windows::Graphics::Display::DisplayOrientations displayOrientation, bool counterclockwise);
79 Platform::Agile<Windows::Media::Capture::MediaCapture> m_mediaCaptureMgr;
80 Windows::Storage::StorageFile^ m_recordStorageFile;
88 Windows::Foundation::EventRegistrationToken m_eventRegistrationToken;
91 Windows::Foundation::EventRegistrationToken m_orientationChangedEventToken;
92 void Button_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e);