4 references to GetFragment
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
270string fragmentName = uri != null ? BindUriHelper.GetFragment(uri) : null; 2274string fragment = BindUriHelper.GetFragment(_currentSource); 2639string fragment = BindUriHelper.GetFragment(CurrentSource); 3340string fragment = BindUriHelper.GetFragment(_currentSource);