4 references to GetBoolValueEvent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
485
GetBoolValueEvent gbv = new
GetBoolValueEvent
(this.readOnly);
689
GetBoolValueEvent gbv = new
GetBoolValueEvent
(false);
1344
GetBoolValueEvent gbv = new
GetBoolValueEvent
(false);
1494
public GetRefreshStateEvent(Com2ShouldRefreshTypes item, bool defValue) :
base
(defValue) {