2 instantiations of TextSourceImplementation
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
924
_that._textSourceImpl = new
TextSourceImplementation
(_that);
1566
_textSourceImpl = new
TextSourceImplementation
(this);
1 reference to TextSourceImplementation
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
2031
private
TextSourceImplementation
_textSourceImpl;