2 references to PaintInPlace
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2189
if ((paintFlags & PaintValueFlags.
PaintInPlace
) != PaintValueFlags.None) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1359
paintFlags |= GridEntry.PaintValueFlags.
PaintInPlace
;