3 implementations of Source
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
85public Uri Source
src\Framework\System\Windows\Controls\Frame.cs (1)
322public Uri Source
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
653public Uri Source
1 write to Source
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
88set { _host.Source = value; }
1 reference to Source
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
87get { return _host.Source; }