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