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