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)
316SetFlag(Flags.Expand, value); 320SetFlag(Flags.Expand, false); 324SetFlag(Flags.Expand, childrenExpandable); 588SetFlag(Flags.ExpandableFailed, false); 589SetFlag(Flags.Expandable, value); 972SetFlag(Flags.ExpandableFailed, true); 1014SetFlag(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);