1 write to itemWidth
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1349
this.
itemWidth
= this.imageRectangle.Width + 2 * this.selectionItemMargin.Width + this.leftTextMargin + maxTextSize.Width + this.rightTextMargin;
3 references to itemWidth
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
1260
Rectangle textRectangle = new Rectangle(itemBounds.Left + 20 + 5 + 2, itemBounds.Top + 1, this.
itemWidth
- (20 + 5 + 4), this.itemHeight - 3);
1355
this.itemRectangles.Add(new Rectangle(2, yOffset, this.
itemWidth
, this.itemHeight));
1360
this.formRectangle = new Rectangle(0, 0, this.
itemWidth
+ 4, yOffset);