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