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