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