1 write to IgnorePersistedDecision
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (1)
72context.IgnorePersistedDecision = true;
2 references to IgnorePersistedDecision
mscorlib (1)
system\security\policy\applicationsecuritymanager.cs (1)
96if ((context == null || !context.IgnorePersistedDecision)) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
1235this.ignorePersistedDecision = trustManagerContext.IgnorePersistedDecision;