3 references to LocalNetworkSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrustManager.cs (1)
512options |= TrustManagerPromptOptions.LocalNetworkSource;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
114if ((options & (TrustManagerPromptOptions.LocalNetworkSource | 161if ((options & TrustManagerPromptOptions.LocalNetworkSource) != 0)