1 write to _wrappingWidth
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
262
_wrappingWidth
= TextDpi.FromTextDpi(width);
10 references to _wrappingWidth
PresentationFramework (10)
MS\Internal\PtsHost\Line.cs (10)
272
_line = _host.TextFormatter.FormatLine(_host, dcp,
_wrappingWidth
, lineProps, textLineBreak, ctx.TextRunCache);
276
_line = _host.TextFormatter.RecreateLine(_host, dcp, ctx.LineFormatLengthTarget,
_wrappingWidth
, lineProps, textLineBreak, ctx.TextRunCache);
380
line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, TextParagraph.Properties));
500
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, TextParagraph.Properties));
546
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, TextParagraph.Properties));
577
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, TextParagraph.Properties));
629
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, TextParagraph.Properties));
994
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, TextParagraph.Properties));
1108
if (width > TextDpi.ToTextDpi(
_wrappingWidth
))
1110
widthDelta = width - TextDpi.ToTextDpi(
_wrappingWidth
);