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