2 writes to NoPrompt
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (2)
75context.NoPrompt = true; 83context.NoPrompt = !(hostEvidence.SecurityZone == SecurityZone.Intranet || hostEvidence.SecurityZone == SecurityZone.Trusted);
2 references to NoPrompt
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (1)
108bool forceOwner = !context.NoPrompt && ElevationPromptOwnerWindow != IntPtr.Zero;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
1236this.noPrompt = trustManagerContext.NoPrompt;