2 references to Width
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (2)
2281
desiredSize.Width = Math.Max(desiredSize.Width, line.
Width
);
3208
_width = line.
Width
;