1 implementation of OnContentReady
PresentationFramework (1)
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
1274
void IContentContainer.
OnContentReady
(ContentType contentType, Object bp, Uri bpu, Object navState)
2 references to OnContentReady
PresentationFramework (2)
src\Framework\System\Windows\Navigation\NavigationService.cs (2)
3184
((IContentContainer)this).
OnContentReady
(contentType, o, destinationUri, navState);
3322
((IContentContainer)this).
OnContentReady
(null, bp, resolvedSource, navState);