4 references to GetFragment
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
254string fragmentName = uri != null ? BindUriHelper.GetFragment(uri) : null; 2210string fragment = BindUriHelper.GetFragment(_currentSource); 2575string fragment = BindUriHelper.GetFragment(CurrentSource); 3276string fragment = BindUriHelper.GetFragment(_currentSource);