1 write to _isDeviceGuardEnabled
PresentationCore (1)
System\Windows\clipboard.cs (1)
536
_isDeviceGuardEnabled
= isDynamicCodePolicyEnabled ? 1 : -1;
2 references to _isDeviceGuardEnabled
PresentationCore (2)
System\Windows\clipboard.cs (2)
532
if (
_isDeviceGuardEnabled
< 0) return false;
533
if (
_isDeviceGuardEnabled
> 0) return true;