3 references to UntrustedSitesSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrustManager.cs (1)
508options |= TrustManagerPromptOptions.UntrustedSitesSource;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
120else if ((options & TrustManagerPromptOptions.UntrustedSitesSource) != 0) 179Debug.Assert((options & TrustManagerPromptOptions.UntrustedSitesSource) != 0);