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)
541xOffset = _paragraphWidth - _line.Width; 545xOffset = (_paragraphWidth - _line.Width) / 2;