1 write to _wrappingWidth
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
261_wrappingWidth = TextDpi.FromTextDpi(width);
10 references to _wrappingWidth
PresentationFramework (10)
MS\Internal\PtsHost\Line.cs (10)
271_line = _host.TextFormatter.FormatLine(_host, dcp, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 275_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.LineFormatLengthTarget, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 379line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 499System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 545System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 576System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 628System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 993System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1107if (width > TextDpi.ToTextDpi(_wrappingWidth)) 1109widthDelta = width - TextDpi.ToTextDpi(_wrappingWidth);