2 references to ShouldPreventUriSpoofing
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (2)
362
if (s_criticalNavigateUriProtectee == d.GetHashCode() &&
ShouldPreventUriSpoofing
)
574
if (cachedUri == null || cachedUri.Equals(targetUri) || !
ShouldPreventUriSpoofing
)