Home
last modified time | relevance | path

Searched refs:LayoutAwarePage (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/common/
DLayoutAwarePage.cpp32 LayoutAwarePage::LayoutAwarePage() in LayoutAwarePage() function in LayoutAwarePage
45 Loaded += ref new RoutedEventHandler(this, &LayoutAwarePage::OnLoaded); in LayoutAwarePage()
48 Unloaded += ref new RoutedEventHandler(this, &LayoutAwarePage::OnUnloaded); in LayoutAwarePage()
53 TypeName(IObservableMap<String^, Object^>::typeid), TypeName(LayoutAwarePage::typeid), nullptr);
58 DependencyProperty^ LayoutAwarePage::DefaultViewModelProperty::get()
67 IObservableMap<String^, Object^>^ LayoutAwarePage::DefaultViewModel::get()
76 void LayoutAwarePage::DefaultViewModel::set(IObservableMap<String^, Object^>^ value)
86 void LayoutAwarePage::OnLoaded(Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
97 &LayoutAwarePage::CoreDispatcher_AcceleratorKeyActivated);
100 &LayoutAwarePage::CoreWindow_PointerPressed);
[all …]
DLayoutAwarePage.h40 public ref class LayoutAwarePage : Windows::UI::Xaml::Controls::Page
43 LayoutAwarePage();
85 LayoutAwarePage^ _this; // Strong reference to self, cleaned up in OnUnload
/external/opencv3/samples/winrt/ImageManipulations/
DMainPage.xaml.cpp140 …VisualStateManager::GoToState(InputSection, "Input" + LayoutAwarePage::DetermineVisualState(Applic… in InvalidateViewState()
141 …VisualStateManager::GoToState(OutputSection, "Output" + LayoutAwarePage::DetermineVisualState(Appl… in InvalidateViewState()