10 references to PaintValueFlags
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (2)
145
PaintValueFlags
paintFlags,
148
base.PaintValue(g, rect, clipRect, paintFlags & ~
PaintValueFlags
.DrawSelected, text);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
1792
PaintValueFlags
paintFlags,
1832
if (paintFlags.HasFlag(
PaintValueFlags
.DrawSelected))
1866
bool valueModified = paintFlags.HasFlag(
PaintValueFlags
.CheckShouldSerialize) && ShouldSerializePropertyValue();
1895
if (paintFlags.HasFlag(
PaintValueFlags
.PaintInPlace))
1913
: paintFlags.HasFlag(
PaintValueFlags
.DrawSelected)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
1176
GridEntry.
PaintValueFlags
.PaintInPlace
1177
| GridEntry.
PaintValueFlags
.CheckShouldSerialize);
2307
e.State.HasFlag(DrawItemState.Selected) ? GridEntry.
PaintValueFlags
.DrawSelected : default,