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