1 write to parent
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1397
this.
parent
= parent;
3 references to parent
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
1414
Location = new Point(this.
parent
.Location.X + Palette.DropShadowWidth, this.
parent
.Location.Y + Palette.DropShadowWidth);
1421
Rectangle rectangle = this.
parent
.formRectangle;