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)
648if (_isDeviceGuardEnabled < 0) return false; 649if (_isDeviceGuardEnabled > 0) return true;