1 write to _unmanagedCodePermission
PresentationFramework (1)
src\Shared\MS\Internal\SecurityHelper.cs (1)
113_unmanagedCodePermission = new SecurityPermission(SecurityPermissionFlag.UnmanagedCode);
2 references to _unmanagedCodePermission
PresentationFramework (2)
src\Shared\MS\Internal\SecurityHelper.cs (2)
111if(_unmanagedCodePermission == null) 115_unmanagedCodePermission.Demand();