1 implementation of Enabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
796
public virtual bool
Enabled
3 writes to Enabled
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\ICommandBindingTargetProvider.cs (3)
104
Enabled
= PreviousEnabledStatus.Value;
120
Enabled
= commandBackingField.CanExecute(CommandParameter);
127
Enabled
= Command?.CanExecute(CommandParameter) ?? false;
2 references to Enabled
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\ICommandBindingTargetProvider.cs (2)
36
/// Gets or sets the previous value of the <see cref="
Enabled
"/> property, so that it can be restored to
119
PreviousEnabledStatus ??=
Enabled
;