1 write to _paragraphWidth
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
187
_paragraphWidth
= paragraphWidth;
2 references to _paragraphWidth
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
541
xOffset =
_paragraphWidth
- _line.Width;
545
xOffset = (
_paragraphWidth
- _line.Width) / 2;