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