1 write to _maxTextWidths
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1334
_maxTextWidths
= maxTextWidths;
5 references to _maxTextWidths
PresentationCore (5)
Core\CSharp\System\Windows\Media\FormattedText.cs (5)
1005
if (_that.
_maxTextWidths
== null)
1007
return _that.
_maxTextWidths
[Math.Min(line, _that.
_maxTextWidths
.Length - 1)];
1348
return (
_maxTextWidths
== null) ? null : (double [])
_maxTextWidths
.Clone();