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