4 references to GetFragment
PresentationFramework (4)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
300
string fragmentName = uri != null ? BindUriHelper.
GetFragment
(uri) : null;
2455
string fragment = BindUriHelper.
GetFragment
(_currentSource);
2820
string fragment = BindUriHelper.
GetFragment
(CurrentSource);
3576
string fragment = BindUriHelper.
GetFragment
(_currentSource);