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