2 references to Width
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
2277
desiredSize.Width = Math.Max(desiredSize.Width, line.
Width
);
3185
_width = line.
Width
;