7 references to ExpandableFailed
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
64public override bool Expandable => !GetFlagSet(Flags.ExpandableFailed);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
271if (GetFlagSet(Flags.ExpandableFailed)) 588SetFlag(Flags.ExpandableFailed, false); 972SetFlag(Flags.ExpandableFailed, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
76if (GetFlagSet(Flags.ExpandableFailed)) 140SetFlag(Flags.ExpandableFailed, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
77SetFlag(Flags.ExpandableFailed, true);