4 references to itemRectangles
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
1330
this.
itemRectangles
.Clear();
1355
this.
itemRectangles
.Add(new Rectangle(2, yOffset, this.itemWidth, this.itemHeight));
1384
if (index < 0 || index >= this.
itemRectangles
.Count)
1387
return this.
itemRectangles
[index];