3 references to NullTextContainer
PresentationFramework (3)
src\Framework\System\Windows\Documents\ChildDocumentBlock.cs (1)
248_container = new NullTextContainer();
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
524_doclistHead = new ChildDocumentBlock(this, new NullTextContainer()); 527_doclistTail = new ChildDocumentBlock(this, new NullTextContainer());