2 references to _CTLBLDTYPE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs (1)
32
if (valid && (bldrType[0] &
_CTLBLDTYPE
.CTLBLDTYPE_FINTERNALBUILDER) == 0) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
84
if (useValue && (bldrType &
_CTLBLDTYPE
.CTLBLDTYPE_FEDITSOBJDIRECTLY) == 0){