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