11 overrides of OnPaint
System.Workflow.Activities (1)
Designers\StateDesigner.CommentLayoutGlyph.cs (1)
53
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
System.Workflow.ComponentModel (9)
AuthoringOM\Design\ActivityDesigner.cs (1)
3059
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\CommentGlyph.cs (1)
48
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
65
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\ConnectionPointGlyph.cs (1)
20
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\ConnectorDragDropGlyph.cs (1)
29
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\LockedActivityGlyph.cs (1)
52
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\ReadOnlyActivityGlyph.cs (1)
36
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\SelectionGlyph.cs (1)
25
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
AuthoringOM\Design\Glyphs\ShadowGlyph.cs (1)
36
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
System.WorkflowServices (1)
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (1)
42
protected override void
OnPaint
(Graphics graphics, bool activated, AmbientTheme ambientTheme, ActivityDesigner designer)
2 references to OnPaint
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (2)
112
OnPaint
(graphics, true, WorkflowTheme.CurrentTheme.AmbientTheme, designer);
117
OnPaint
(graphics, false, WorkflowTheme.CurrentTheme.AmbientTheme, designer);