3 references to NullTextContainer
PresentationFramework (3)
System\Windows\Documents\ChildDocumentBlock.cs (1)
241
_container = new
NullTextContainer
();
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
499
_doclistHead = new ChildDocumentBlock(this, new
NullTextContainer
());
502
_doclistTail = new ChildDocumentBlock(this, new
NullTextContainer
());