7 references to StopApp
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TrustManager.cs (2)
872
TrustManagerPromptOptions options = CompletePromptOptions(permissionElevationRequired ? (TrustManagerPromptOptions.
StopApp
| TrustManagerPromptOptions.RequiresPermissions) : TrustManagerPromptOptions.
StopApp
,
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (5)
436
if ((this.m_options & TrustManagerPromptOptions.
StopApp
) != 0)
513
if ((this.m_options & TrustManagerPromptOptions.
StopApp
) != 0)
538
if ((this.m_options & TrustManagerPromptOptions.
StopApp
) != 0)
584
if ((this.m_options & TrustManagerPromptOptions.
StopApp
) != 0 || this.m_publisherName == null)
607
if ((this.m_options & TrustManagerPromptOptions.
StopApp
) != 0)