1 write to _paragraphWidth
PresentationFramework (1)
MS\Internal\Documents\TextBoxLine.cs (1)
185
_paragraphWidth
= paragraphWidth;
2 references to _paragraphWidth
PresentationFramework (2)
MS\Internal\Documents\TextBoxLine.cs (2)
539
xOffset =
_paragraphWidth
- _line.Width;
543
xOffset = (
_paragraphWidth
- _line.Width) / 2;