3 implementations of CurrentSource
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
85public Uri CurrentSource
System\Windows\Controls\Frame.cs (1)
981public Uri CurrentSource
System\Windows\Navigation\NavigationWindow.cs (1)
637public Uri CurrentSource
2 references to CurrentSource
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
87get { return _host.CurrentSource; }
MS\Internal\Utility\BindUriHelper.cs (1)
131currentSource = navigator.CurrentSource;