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)
1010
if(
_infrastructurePermission
== null)
1014
_infrastructurePermission
.Demand();