Base:
method
GetBounds
System.Workflow.ComponentModel.Design.DesignerGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner, System.Boolean)
4 references to GetBounds
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (3)
1575
Rectangle rectangle = smartTag.
GetBounds
(this, true);
3061
Rectangle activatedBounds =
GetBounds
(designer, true);
3118
Rectangle bounds =
GetBounds
(designer, true);
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
802
Invalidate(DesignerSmartTag.
GetBounds
(this, true));