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