2 writes to _wrappingWidth
PresentationFramework (2)
src\Framework\MS\Internal\Text\Line.cs (2)
74_wrappingWidth = _owner.RenderSize.Width; 96_wrappingWidth = width;
7 references to _wrappingWidth
PresentationFramework (7)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
280System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
src\Framework\MS\Internal\Text\Line.cs (6)
125line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 179System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 213System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 318System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 354System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 473System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));