4 references to GetFragment
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
259string fragmentName = uri != null ? BindUriHelper.GetFragment(uri) : null; 2263string fragment = BindUriHelper.GetFragment(_currentSource); 2628string fragment = BindUriHelper.GetFragment(CurrentSource); 3329string fragment = BindUriHelper.GetFragment(_currentSource);