4 references to GetFragment
PresentationFramework (4)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
300string fragmentName = uri != null ? BindUriHelper.GetFragment(uri) : null; 2455string fragment = BindUriHelper.GetFragment(_currentSource); 2820string fragment = BindUriHelper.GetFragment(CurrentSource); 3576string fragment = BindUriHelper.GetFragment(_currentSource);