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