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