2 writes to _wrappingWidth
PresentationFramework (2)
MS\Internal\Text\Line.cs (2)
60
_wrappingWidth
= _owner.RenderSize.Width;
82
_wrappingWidth
= width;
7 references to _wrappingWidth
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
268
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
111
line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
165
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
199
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
304
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
340
System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));
459
System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(
_wrappingWidth
, _owner.ParagraphProperties));