4 references to GetFragment
PresentationFramework (4)
System\Windows\Navigation\NavigationService.cs (4)
253string fragmentName = uri != null ? BindUriHelper.GetFragment(uri) : null; 2206string fragment = BindUriHelper.GetFragment(_currentSource); 2565string fragment = BindUriHelper.GetFragment(CurrentSource); 3263string fragment = BindUriHelper.GetFragment(_currentSource);