9 overrides of GetBounds
System.Workflow.Activities (1)
Designers\StateDesigner.CommentLayoutGlyph.cs (1)
36public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
System.Workflow.ComponentModel (8)
AuthoringOM\Design\ActivityDesigner.cs (1)
3031public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\Glyphs\CommentGlyph.cs (1)
30public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
45public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\Glyphs\ConnectorDragDropGlyph.cs (1)
24public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\Glyphs\LockedActivityGlyph.cs (1)
34public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\Glyphs\ReadOnlyActivityGlyph.cs (1)
18public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\Glyphs\SelectionGlyph.cs (1)
15public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\Glyphs\ShadowGlyph.cs (1)
26public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
5 references to GetBounds
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
1023parentView.InvalidateLogicalRectangle(glyph.GetBounds(this, false));
AuthoringOM\Design\MessageFilters\GlyphManager.cs (4)
284if (this.activeGlyph == null || !this.activeGlyph.GetBounds(this.activeDesigner, true).Contains(point)) 290parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.activeDesigner, true)); 296parentView.InvalidateLogicalRectangle(this.activeGlyph.GetBounds(this.activeDesigner, true)); 345if (glyph.GetBounds(designer, false).Contains(point))