Base:
method
GetBounds
System.Workflow.ComponentModel.Design.DesignerGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner, System.Boolean)
4 overrides of GetBounds
System.Workflow.Activities (1)
Designers\StateDesigner.LayoutSelectionGlyph.cs (1)
55
public override Rectangle
GetBounds
(ActivityDesigner designer, bool activated)
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
932
public override Rectangle
GetBounds
(ActivityDesigner designer, bool activated)
AuthoringOM\Design\FreeFormDesigner.cs (1)
1263
public override Rectangle
GetBounds
(ActivityDesigner designer, bool activated)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
551
public override Rectangle
GetBounds
(ActivityDesigner designer, bool activated)
2 references to GetBounds
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Glyphs\SelectionGlyph.cs (2)
27
ActivityDesignerPaint.DrawSelection(graphics,
GetBounds
(designer, activated), IsPrimarySelection, WorkflowTheme.CurrentTheme.AmbientTheme.SelectionSize, GetGrabHandles(designer));
44
Rectangle selectionRect =
GetBounds
(designer, false);