3 instantiations of NullTextContainer
PresentationFramework (3)
System\Windows\Documents\ChildDocumentBlock.cs (1)
242_container = new NullTextContainer();
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
500_doclistHead = new ChildDocumentBlock(this, new NullTextContainer()); 503_doclistTail = new ChildDocumentBlock(this, new NullTextContainer());
5 references to NullTextContainer
PresentationFramework (5)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
733if (lastBlock != null && cdbScan != lastBlock && !(lastBlock.ChildContainer is NullTextContainer) && rangeArray.Count != 0) 751if (!(cdbScan.ChildContainer is NullTextContainer) && rangeArray.Count != 0) 778if (rangeArray.Count > 0 && (!(cdbScan == null || cdbScan.ChildContainer is NullTextContainer)))
System\Windows\Documents\NullTextNavigator.cs (2)
27internal NullTextPointer(NullTextContainer container, LogicalDirection gravity) 508private NullTextContainer _container;