4 references to RaiseGetBoolValueEvent
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
741
protected void OnCanResetValue(GetBoolValueEvent e) =>
RaiseGetBoolValueEvent
(s_eventCanResetValue, e);
759
protected void OnGetIsReadOnly(GetBoolValueEvent e) =>
RaiseGetBoolValueEvent
(s_eventGetIsReadOnly, e);
769
protected void OnShouldSerializeValue(GetBoolValueEvent e) =>
RaiseGetBoolValueEvent
(s_eventShouldSerializeValue, e);
771
protected void OnShouldRefresh(GetRefreshStateEvent e) =>
RaiseGetBoolValueEvent
(s_eventShouldRefresh, e);