1 type derived from GetBoolValueEvent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1490internal class GetRefreshStateEvent : GetBoolValueEvent {
3 instantiations of GetBoolValueEvent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
485GetBoolValueEvent gbv = new GetBoolValueEvent(this.readOnly); 689GetBoolValueEvent gbv = new GetBoolValueEvent(false); 1344GetBoolValueEvent gbv = new GetBoolValueEvent(false);
11 references to GetBoolValueEvent
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IVsPerPropertyBrowsingHandler.cs (3)
128private void OnCanResetPropertyValue(Com2PropertyDescriptor sender, GetBoolValueEvent boolEvent) { 163private void OnGetIsReadOnly(Com2PropertyDescriptor sender, GetBoolValueEvent gbvevent){ 219private void OnShouldSerializeValue(Com2PropertyDescriptor sender, GetBoolValueEvent gbvevent){
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (8)
485GetBoolValueEvent gbv = new GetBoolValueEvent(this.readOnly); 689GetBoolValueEvent gbv = new GetBoolValueEvent(false); 1024protected void OnCanResetValue(GetBoolValueEvent gvbe) { 1079protected void OnGetIsReadOnly(GetBoolValueEvent gvbe) { 1106protected void OnShouldSerializeValue(GetBoolValueEvent gvbe) { 1123private void RaiseGetBoolValueEvent(Object key, GetBoolValueEvent e) { 1344GetBoolValueEvent gbv = new GetBoolValueEvent(false); 1488internal delegate void GetBoolValueEventHandler(Com2PropertyDescriptor sender, GetBoolValueEvent gbeevent);