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