1 override of PaintValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
234public override void PaintValue(object val, System.Drawing.Graphics g, Rectangle rect, Rectangle clipRect, PaintValueFlags paintFlags) {
2 references to PaintValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
235base.PaintValue(val, g, rect, clipRect, paintFlags & ~PaintValueFlags.DrawSelected);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1362gridEntry.PaintValue(value, g, rect, clipRect, paintFlags);