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