2 references to ShouldPreventUriSpoofing
PresentationFramework (2)
src\Framework\System\Windows\Documents\Hyperlink.cs (2)
368
if (s_criticalNavigateUriProtectee.Value == d.GetHashCode() &&
ShouldPreventUriSpoofing
)
602
if (cachedUri == null || cachedUri.Equals(targetUri) || !
ShouldPreventUriSpoofing
)