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