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)
1575Rectangle rectangle = smartTag.GetBounds(this, true); 3061Rectangle activatedBounds = GetBounds(designer, true); 3118Rectangle bounds = GetBounds(designer, true);
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
802Invalidate(DesignerSmartTag.GetBounds(this, true));