5 references to TextElementCollectionHelper
PresentationFramework (5)
System\Windows\Documents\TextContainer.cs (3)
1025TextElementCollectionHelper.MarkDirty(parentLogicalNode); 1232TextElementCollectionHelper.MarkDirty(containingNode.GetLogicalTreeNode()); 2778TextElementCollectionHelper.MarkDirty(oldLogicalParent);
System\Windows\Documents\TextElementCollection.cs (2)
868TextElementCollectionHelper.MarkClean(this.Parent, this); 1003return _index >= 0 && TextElementCollectionHelper.IsCleanParent(_element.Parent, collection);