1 write to itemHeight
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1348this.itemHeight = Math.Max(imageRectangle.Height, maxTextSize.Height + 2) + 3;
3 references to itemHeight
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (3)
1260Rectangle textRectangle = new Rectangle(itemBounds.Left + 20 + 5 + 2, itemBounds.Top + 1, this.itemWidth - (20 + 5 + 4), this.itemHeight - 3); 1355this.itemRectangles.Add(new Rectangle(2, yOffset, this.itemWidth, this.itemHeight)); 1356yOffset += this.itemHeight + 2 * this.selectionItemMargin.Height;