4 references to CheckedDisabled
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
1031
System.Windows.Forms.VisualStyles.CheckBoxState state = System.Windows.Forms.VisualStyles.CheckBoxState.
CheckedDisabled
;
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (3)
259
CheckBoxState.
CheckedDisabled
=> (ButtonState.Checked | ButtonState.Inactive),
296
return CheckBoxState.
CheckedDisabled
;
336
CheckBoxState.
CheckedDisabled
or CheckBoxState.UncheckedDisabled or CheckBoxState.MixedDisabled => true,