2 writes to _wrappingWidth
PresentationFramework (2)
MS\Internal\Text\Line.cs (2)
60_wrappingWidth = _owner.RenderSize.Width; 82_wrappingWidth = width;
7 references to _wrappingWidth
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
268System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
111line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 165System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 199System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 304System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 340System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 459System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));