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