2 implementations of NotifyDefault
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
219
public virtual void
NotifyDefault
(bool value)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
748
void IButtonControl.
NotifyDefault
(bool value)
4 references to NotifyDefault
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
1302
ibuttonControl.
NotifyDefault
(value.data.boolVal == VARIANT_BOOL.VARIANT_TRUE);
1660
buttonControl.
NotifyDefault
(uiDead);
System\Windows\Forms\Form.cs (2)
5343
existing?.
NotifyDefault
(false);
5346
button?.
NotifyDefault
(true);