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