2 writes to _wrappingWidth
PresentationFramework (2)
MS\Internal\Text\Line.cs (2)
63
_wrappingWidth
= _owner.RenderSize.Width;
85
_wrappingWidth
= width;
7 references to _wrappingWidth
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
271
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
114
line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
168
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
202
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
307
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
343
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
462
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));