3 implementations of CurrentSource
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
82public Uri CurrentSource
System\Windows\Controls\Frame.cs (1)
969public Uri CurrentSource
System\Windows\Navigation\NavigationWindow.cs (1)
621public Uri CurrentSource
2 references to CurrentSource
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
84get { return _host.CurrentSource; }
MS\Internal\Utility\BindUriHelper.cs (1)
109currentSource = navigator.CurrentSource;