OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayoutAwarePage
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.h
40
public ref class
LayoutAwarePage
: Windows::UI::Xaml::Controls::Page
43
LayoutAwarePage
();
85
LayoutAwarePage
^ _this; // Strong reference to self, cleaned up in OnUnload
LayoutAwarePage.cpp
12
#include "
LayoutAwarePage
.h"
30
/// Initializes a new instance of the <see cref="
LayoutAwarePage
"/> class.
32
LayoutAwarePage
::
LayoutAwarePage
()
45
Loaded += ref new RoutedEventHandler(this, &
LayoutAwarePage
::OnLoaded);
48
Unloaded += ref new RoutedEventHandler(this, &
LayoutAwarePage
::OnUnloaded);
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
[
all
...]
Completed in 37 milliseconds