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