1 write to _wrappingWidth
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
279_wrappingWidth = TextDpi.FromTextDpi(width);
10 references to _wrappingWidth
PresentationFramework (10)
MS\Internal\PtsHost\Line.cs (10)
289_line = _host.TextFormatter.FormatLine(_host, dcp, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 293_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.LineFormatLengthTarget, _wrappingWidth, lineProps, textLineBreak, ctx.TextRunCache); 397line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 518System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 564System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 595System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 647System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1012System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1126if (width > TextDpi.ToTextDpi(_wrappingWidth)) 1128widthDelta = width - TextDpi.ToTextDpi(_wrappingWidth);