1 write to _fullTrustPermissionSet
PresentationCore (1)
Shared\MS\Internal\SecurityHelper.cs (1)
339
_fullTrustPermissionSet
= new PermissionSet(PermissionState.Unrestricted);
2 references to _fullTrustPermissionSet
PresentationCore (2)
Shared\MS\Internal\SecurityHelper.cs (2)
337
if (
_fullTrustPermissionSet
== null)
341
_fullTrustPermissionSet
.Demand();