1 write to TextSize
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1978this.drawItems[i].TextSize = new Size(Convert.ToInt32(Math.Ceiling(sizef.Width)), Convert.ToInt32(Math.Ceiling(sizef.Height)));
2 references to TextSize
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1810tabItemSize += this.drawItems[i].TextSize.Width; 1981tabItemSize += this.drawItems[i].TextSize.Width + TabMargin;