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