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