7 references to Expandable
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
270bool expandable = GetFlagSet(Flags.Expandable); 396_flags |= Flags.Expandable; 592if (value != GetFlagSet(Flags.Expandable)) 595SetFlag(Flags.Expandable, value); 928if (!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);