3 instantiations of 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());
5 references to NullTextContainer
PresentationFramework (5)
System\Windows\Documents\DocumentSequenceTextContainer.cs (3)
750if (lastBlock != null && cdbScan != lastBlock && !(lastBlock.ChildContainer is NullTextContainer) && rangeArray.Count != 0) 768if (!(cdbScan.ChildContainer is NullTextContainer) && rangeArray.Count != 0) 795if (rangeArray.Count > 0 && (!(cdbScan == null || cdbScan.ChildContainer is NullTextContainer)))
System\Windows\Documents\NullTextNavigator.cs (2)
32internal NullTextPointer(NullTextContainer container, LogicalDirection gravity) 514private NullTextContainer _container;