3 references to InternetSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrustManager.cs (1)
500options |= TrustManagerPromptOptions.InternetSource;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
126Debug.Assert((options & TrustManagerPromptOptions.InternetSource) != 0); 169else if ((options & TrustManagerPromptOptions.InternetSource) != 0)