Base:
method
GetBounds
System.Workflow.ComponentModel.Design.DesignerGlyph.GetBounds(System.Workflow.ComponentModel.Design.ActivityDesigner, System.Boolean)
1 override of GetBounds
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
963public override Rectangle GetBounds(ActivityDesigner designer, bool activated)
1 reference to GetBounds
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Glyphs\CommentGlyph.cs (1)
50Rectangle bounds = GetBounds(designer, activated);