2 writes to _wrappingWidth
PresentationFramework (2)
src\Framework\MS\Internal\Text\Line.cs (2)
74
_wrappingWidth
= _owner.RenderSize.Width;
96
_wrappingWidth
= width;
7 references to _wrappingWidth
PresentationFramework (7)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
280
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
src\Framework\MS\Internal\Text\Line.cs (6)
125
line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
179
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
213
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
318
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
354
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
473
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));