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