1 write to itemHeight
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1348
this.
itemHeight
= Math.Max(imageRectangle.Height, maxTextSize.Height + 2) + 3;
3 references to itemHeight
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
));
1356
yOffset += this.
itemHeight
+ 2 * this.selectionItemMargin.Height;