6 references to None
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
2100
if ((paintFlags & PaintValueFlags.FetchValue) != PaintValueFlags.
None
) {
2126
if ((paintFlags & PaintValueFlags.DrawSelected) != PaintValueFlags.
None
) {
2159
bool valueModified = ((paintFlags & PaintValueFlags.CheckShouldSerialize) != PaintValueFlags.
None
) && ShouldSerializePropertyValue();
2189
if ((paintFlags & PaintValueFlags.PaintInPlace) != PaintValueFlags.
None
) {
2205
Color bkColor = ((paintFlags & PaintValueFlags.DrawSelected) != PaintValueFlags.
None
) ? GridEntryHost.GetSelectedItemWithFocusBackColor() : GridEntryHost.BackColor;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1344
GridEntry.PaintValueFlags paintFlags = GridEntry.PaintValueFlags.
None
;