2 writes to _wrappingWidth
PresentationFramework (2)
MS\Internal\Text\Line.cs (2)
64
_wrappingWidth
= _owner.RenderSize.Width;
86
_wrappingWidth
= width;
7 references to _wrappingWidth
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
272
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
115
line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
169
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
203
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
308
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
344
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
463
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));