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