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