HomeSort by relevance Sort by last modified time
    Searched refs:navigationParameter (Results 1 - 4 of 4) sorted by null

  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.h 57 virtual void LoadState(Platform::Object^ navigationParameter,
MainPage.xaml.cpp 280 /// <param name="navigationParameter">The parameter value passed to
285 void MainPage::LoadState(Object^ navigationParameter, IMap<String^, Object^>^ pageState)
287 (void) navigationParameter; // Unused parameter
  /external/opencv3/samples/winrt/ImageManipulations/common/
LayoutAwarePage.h 66 virtual void LoadState(Platform::Object^ navigationParameter,
LayoutAwarePage.cpp 433 /// <param name="navigationParameter">The parameter value passed to
438 void LayoutAwarePage::LoadState(Object^ navigationParameter, IMap<String^, Object^>^ pageState)

Completed in 132 milliseconds