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