1 write to _maxTextWidths
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1303
_maxTextWidths
= maxTextWidths;
5 references to _maxTextWidths
PresentationCore (5)
System\Windows\Media\FormattedText.cs (5)
977
if (_that.
_maxTextWidths
== null)
979
return _that.
_maxTextWidths
[Math.Min(line, _that.
_maxTextWidths
.Length - 1)];
1317
return (
_maxTextWidths
== null) ? null : (double [])
_maxTextWidths
.Clone();