4 references to s_shouldPreventUriSpoofing
PresentationFramework (4)
src\Framework\System\Windows\Documents\Hyperlink.cs (4)
879
if (!
s_shouldPreventUriSpoofing
.Value.HasValue)
884
s_shouldPreventUriSpoofing
.Value = false;
888
s_shouldPreventUriSpoofing
.Value = true;
891
return (bool)
s_shouldPreventUriSpoofing
.Value;