1 write to _infrastructurePermission
PresentationCore (1)
Shared\MS\Internal\SecurityHelper.cs (1)
1012_infrastructurePermission = new SecurityPermission( SecurityPermissionFlag.Infrastructure );
2 references to _infrastructurePermission
PresentationCore (2)
Shared\MS\Internal\SecurityHelper.cs (2)
1010if(_infrastructurePermission == null) 1014_infrastructurePermission.Demand();