OnSuspending 34 samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); OnSuspending 24 samples/winrt/FaceDetection/FaceDetection/App.xaml.h void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); OnSuspending 48 samples/winrt/ImageManipulations/App.xaml.cpp this->Suspending += ref new SuspendingEventHandler(this, &SDKSample::App::OnSuspending); OnSuspending 28 samples/winrt/ImageManipulations/App.xaml.h virtual void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ pArgs); OnSuspending 34 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); OnSuspending 22 samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.h void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); OnSuspending 35 samples/winrt_universal/PhoneTutorial/App.xaml.cpp Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); OnSuspending 26 samples/winrt_universal/PhoneTutorial/App.xaml.h void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); OnSuspending 60 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); OnSuspending 54 samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.h void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);