15 references to SetFlag
System.Windows.Forms (15)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\ArrayElementGridEntry.cs (1)
14SetFlag(Flags.RenderReadOnly, parent.EntryFlags.HasFlag(Flags.RenderReadOnly) || parent.ForceReadOnly);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
33SetFlag(Flags.LabelBold, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (7)
322SetFlag(Flags.Expand, value); 326SetFlag(Flags.Expand, false); 330SetFlag(Flags.Expand, childrenExpandable); 594SetFlag(Flags.ExpandableFailed, false); 595SetFlag(Flags.Expandable, value); 978SetFlag(Flags.ExpandableFailed, true); 1020SetFlag(Flags.Disposed, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
140SetFlag(Flags.ExpandableFailed, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
77SetFlag(Flags.ExpandableFailed, true);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (4)
256SetFlag(Flags.ReadOnlyEditable, false); 257SetFlag(Flags.RenderReadOnly, true); 348SetFlag(Flags.TextEditable, false); 353SetFlag(Flags.Expandable, true);