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