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