1 implementation of Content
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
85public object Content
1 write to Content
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
88set { _host.Content = value; }
2 references to Content
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (1)
455PageFunctionBase pf = (navigator.Content == _keepAlivePageFunction) ?
MS\Internal\AppModel\JournalNavigationScope.cs (1)
87get { return _host.Content; }