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