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