Root Page
I have been using this code snippet for a while and I hope someone will find it useful. If you want to get the handle of the root page in Windows Phone application from any user control, here you go. private static PhoneApplicationPage FindRootPage(FrameworkElement control) { if (control != null && !(control is PhoneApplicationPage)) { [...]
Continue reading about Get the root page from Windows Phone user control
Recent Comments