3 implementations of CurrentSource
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
90public Uri CurrentSource
src\Framework\System\Windows\Controls\Frame.cs (1)
1002public Uri CurrentSource
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
664public Uri CurrentSource
2 references to CurrentSource
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
92get { return _host.CurrentSource; }
src\Framework\MS\Internal\Utility\BindUriHelper.cs (1)
134currentSource = navigator.CurrentSource;