5 references to TextElementCollectionHelper
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
1049TextElementCollectionHelper.MarkDirty(parentLogicalNode); 1256TextElementCollectionHelper.MarkDirty(containingNode.GetLogicalTreeNode()); 2823TextElementCollectionHelper.MarkDirty(oldLogicalParent);
src\Framework\System\Windows\Documents\TextElementCollection.cs (2)
904TextElementCollectionHelper.MarkClean(this.Parent, this); 1039return _index >= 0 && TextElementCollectionHelper.IsCleanParent(_element.Parent, collection);