OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_orientationChangedEventToken
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.h
91
Windows::Foundation::EventRegistrationToken
m_orientationChangedEventToken
;
AdvancedCapture.xaml.cpp
85
m_orientationChangedEventToken
= Windows::Graphics::Display::DisplayProperties::OrientationChanged += ref new Windows::Graphics::Display::DisplayPropertiesEventHandler(this, &AdvancedCapture::DisplayProperties_OrientationChanged);
91
Windows::Graphics::Display::DisplayProperties::OrientationChanged -=
m_orientationChangedEventToken
;
Completed in 147 milliseconds