2 writes to _wrappingWidth
PresentationFramework (2)
MS\Internal\Text\Line.cs (2)
64_wrappingWidth = _owner.RenderSize.Width; 86_wrappingWidth = width;
7 references to _wrappingWidth
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
272System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
115line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 169System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 203System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 308System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 344System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 463System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));