1 write to maxTextHeight
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1347this.maxTextHeight = maxTextSize.Height;
2 references to maxTextHeight
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1262int textVerticalOffset = textRectangle.Height - this.maxTextHeight; 1265textRectangle.Height = Math.Min(textRectangle.Height, this.maxTextHeight);