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)
337if (_fullTrustPermissionSet == null) 341_fullTrustPermissionSet.Demand();