1 write to s_shouldPreventUriSpoofing
PresentationFramework (1)
System\Windows\Documents\Hyperlink.cs (1)
836
s_shouldPreventUriSpoofing
= false;
2 references to s_shouldPreventUriSpoofing
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (2)
834
if (!
s_shouldPreventUriSpoofing
.HasValue)
838
return (bool)
s_shouldPreventUriSpoofing
;