5 references to TextElementCollectionHelper
PresentationFramework (5)
System\Windows\Documents\TextContainer.cs (3)
1034TextElementCollectionHelper.MarkDirty(parentLogicalNode); 1241TextElementCollectionHelper.MarkDirty(containingNode.GetLogicalTreeNode()); 2808TextElementCollectionHelper.MarkDirty(oldLogicalParent);
System\Windows\Documents\TextElementCollection.cs (2)
871TextElementCollectionHelper.MarkClean(this.Parent, this); 1006return _index >= 0 && TextElementCollectionHelper.IsCleanParent(_element.Parent, collection);