1 write to _wrappingWidth
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
282_wrappingWidth = TextDpi.FromTextDpi(width);
10 references to _wrappingWidth
PresentationFramework (10)
src\Framework\MS\Internal\PtsHost\Line.cs (10)
292_line = _host.TextFormatter.FormatLine(_host, dcp, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 296_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.LineFormatLengthTarget, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 400line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 521System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 567System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 598System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 650System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1015System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1134if (width > TextDpi.ToTextDpi(_wrappingWidth)) 1136widthDelta = width - TextDpi.ToTextDpi(_wrappingWidth);