7 references to StartWithFragment
PresentationFramework (7)
src\Framework\MS\Internal\Utility\BindUriHelper.cs (1)
106
if (
StartWithFragment
(inputUri))
src\Framework\System\Windows\Navigation\NavigationService.cs (6)
1111
if (newUri != null && !BindUriHelper.
StartWithFragment
(newUri))
1710
if (BindUriHelper.
StartWithFragment
(source) ||
1711
BindUriHelper.
StartWithFragment
(BindUriHelper.GetUriRelativeToPackAppBase(source)))
3483
if (_currentCleanSource != null && BindUriHelper.
StartWithFragment
(_currentCleanSource) == false )
3724
|| BindUriHelper.
StartWithFragment
(_currentCleanSource)
3725
|| BindUriHelper.
StartWithFragment
(BindUriHelper.GetUriRelativeToPackAppBase(_currentCleanSource)));