2 overrides of PaintValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs (1)
91
public override void
PaintValue
(PaintValueEventArgs e) {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3321
public override void
PaintValue
(PaintValueEventArgs e)
5 references to PaintValue
System.Drawing (1)
commonui\System\Drawing\Design\UITypeEditor.cs (1)
139
PaintValue
(new PaintValueEventArgs(null, value, canvas, rectangle));
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs (2)
93
innerEditor.
PaintValue
(e);
95
base.
PaintValue
(e);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2145
uie.
PaintValue
(new PaintValueEventArgs(this, val, g, rectPaint));
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3323
base.
PaintValue
(e);