1 implementation of Content
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
94public object Content
1 write to Content
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
97set { _host.Content = value; }
2 references to Content
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\Journaling.cs (1)
478PageFunctionBase pf = (navigator.Content == _keepAlivePageFunction) ?
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
96get { return _host.Content; }