3 implementations of CurrentSource
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
81public Uri CurrentSource
System\Windows\Controls\Frame.cs (1)
964public Uri CurrentSource
System\Windows\Navigation\NavigationWindow.cs (1)
617public Uri CurrentSource
2 references to CurrentSource
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
83get { return _host.CurrentSource; }
MS\Internal\Utility\BindUriHelper.cs (1)
108currentSource = navigator.CurrentSource;