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)
55public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
932public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\FreeFormDesigner.cs (1)
1263public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
551public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
2 references to GetBounds
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Glyphs\SelectionGlyph.cs (2)
27ActivityDesignerPaint.DrawSelection(graphics, GetBounds(designer, activated), IsPrimarySelection, WorkflowTheme.CurrentTheme.AmbientTheme.SelectionSize, GetGrabHandles(designer)); 44Rectangle selectionRect = GetBounds(designer, false);