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