7 references to Expandable
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
264bool expandable = GetFlagSet(Flags.Expandable); 390_flags |= Flags.Expandable; 586if (value != GetFlagSet(Flags.Expandable)) 589SetFlag(Flags.Expandable, value); 922if (!GetFlagSet(Flags.Expandable))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
69bool expandable = GetFlagSet(Flags.Expandable);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
353SetFlag(Flags.Expandable, true);