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