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