14 references to AddsShortcut
System.Windows.Forms (14)
winforms\Managed\System\WinForms\TrustManager.cs (1)
494
options |= TrustManagerPromptOptions.
AddsShortcut
;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
111
LoadWarningBitmap(((options & TrustManagerPromptOptions.
AddsShortcut
) != 0) ? TrustManagerWarningLevel.Yellow : TrustManagerWarningLevel.Green, this.pictureBoxInstallation);
149
if ((options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (11)
444
if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
502
if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
519
if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
528
else if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
541
if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
560
if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
569
else if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
587
(this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
609
if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
620
if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)
629
else if ((this.m_options & TrustManagerPromptOptions.
AddsShortcut
) != 0)