8 references to Expandable
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
261bool expandable = GetFlagSet(Flags.Expandable); 387_flags |= Flags.Expandable; 583if (value != GetFlagSet(Flags.Expandable)) 586SetFlag(Flags.Expandable, value); 919if (!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);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MultiPropertyDescriptorGridEntryTests.cs (1)
123multiPropertyDescriptorGridEntry.TestAccessor().Dynamic.SetFlag(Flags.Expandable, true);