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