2 references to imageRectangle
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1348
this.itemHeight = Math.Max(
imageRectangle
.Height, maxTextSize.Height + 2) + 3;
1349
this.itemWidth = this.
imageRectangle
.Width + 2 * this.selectionItemMargin.Width + this.leftTextMargin + maxTextSize.Width + this.rightTextMargin;