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