2 overrides of PaintLabel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
205
public override void
PaintLabel
(System.Drawing.Graphics g, Rectangle rect, Rectangle clipRect, bool selected, bool paintFullLabel) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
598
public override void
PaintLabel
(System.Drawing.Graphics g, Rectangle rect, Rectangle clipRect, bool selected, bool paintFullLabel) {
3 references to PaintLabel
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
207
base.
PaintLabel
(g, rect, clipRect, false, true);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
599
base.
PaintLabel
(g, rect, clipRect, selected, paintFullLabel);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1298
gridEntry.
PaintLabel
(g, rect, cr, selected, fLongLabel);