1 write to _isDeviceGuardEnabled
PresentationCore (1)
Core\CSharp\System\Windows\Clipboard.cs (1)
652
_isDeviceGuardEnabled
= isDynamicCodePolicyEnabled ? 1 : -1;
2 references to _isDeviceGuardEnabled
PresentationCore (2)
Core\CSharp\System\Windows\Clipboard.cs (2)
648
if (
_isDeviceGuardEnabled
< 0) return false;
649
if (
_isDeviceGuardEnabled
> 0) return true;