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