2 instantiations of TextSourceImplementation
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
936
_that._textSourceImpl = new
TextSourceImplementation
(_that);
1582
_textSourceImpl = new
TextSourceImplementation
(this);
1 reference to TextSourceImplementation
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
2048
private
TextSourceImplementation
_textSourceImpl;