4 references to LocalComputerSource
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TrustManager.cs (1)
516options |= TrustManagerPromptOptions.LocalComputerSource;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
115TrustManagerPromptOptions.LocalComputerSource | 165else if ((options & TrustManagerPromptOptions.LocalComputerSource) != 0)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
557if ((this.m_options & TrustManagerPromptOptions.LocalComputerSource) != 0)