8 references to ItemSize
System.Workflow.ComponentModel (8)
AuthoringOM\Design\DesignerWidgets.cs (8)
160
buttonBounds.Inflate(-base.itemStrip.
ItemSize
.Width / 6, -base.itemStrip.
ItemSize
.Height / 4);
162
buttonBounds.Inflate(-base.itemStrip.
ItemSize
.Width / 4, -base.itemStrip.
ItemSize
.Height / 6);
368
if (this.margin.Width + this.itemStrip.
ItemSize
.Width > 0)
369
availableSize -= (availableSize % (this.margin.Width + this.itemStrip.
ItemSize
.Width));
376
if (this.margin.Height + this.itemStrip.
ItemSize
.Height > 0)
377
availableSize -= (availableSize % (this.margin.Height + this.itemStrip.
ItemSize
.Height));