1 write to IsApplicationTrustedToRun
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
539appTrust.IsApplicationTrustedToRun = trust;
6 references to IsApplicationTrustedToRun
mscorlib (5)
system\appdomain.cs (1)
1039if (appTrust == null || !appTrust.IsApplicationTrustedToRun)
system\applicationactivator.cs (1)
167if (appTrust == null || !appTrust.IsApplicationTrustedToRun)
system\security\hostsecuritymanager.cs (1)
146appTrust.IsApplicationTrustedToRun &&
system\security\policy\applicationsecuritymanager.cs (2)
51return appTrust.IsApplicationTrustedToRun; 58return appTrust.IsApplicationTrustedToRun;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
556if (!matchingTrust.IsApplicationTrustedToRun)