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