1 write to m_options
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
88this.m_options = options;
21 references to m_options
System.Windows.Forms (21)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (21)
436if ((this.m_options & TrustManagerPromptOptions.StopApp) != 0) 444if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 502if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 513if ((this.m_options & TrustManagerPromptOptions.StopApp) != 0) 519if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 528else if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 538if ((this.m_options & TrustManagerPromptOptions.StopApp) != 0) 541if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 557if ((this.m_options & TrustManagerPromptOptions.LocalComputerSource) != 0) 560if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 569else if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 584if ((this.m_options & TrustManagerPromptOptions.StopApp) != 0 || this.m_publisherName == null) 586if ((this.m_options & TrustManagerPromptOptions.RequiresPermissions) == 0 && 587(this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 596else if ((this.m_options & TrustManagerPromptOptions.RequiresPermissions) == 0) 607if ((this.m_options & TrustManagerPromptOptions.StopApp) != 0) 609if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 618else if ((this.m_options & TrustManagerPromptOptions.RequiresPermissions) != 0) 620if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 629else if ((this.m_options & TrustManagerPromptOptions.AddsShortcut) != 0) 762using (TrustManagerMoreInformation moreInformation = new TrustManagerMoreInformation(m_options, m_publisherName))