1 instantiation of ParentCollectionPair
PresentationFramework (1)
System\Windows\Documents\TextElementCollectionHelper.cs (1)
72
_cleanParentList[index] = new WeakReference(new
ParentCollectionPair
(parent, collection));
4 references to ParentCollectionPair
PresentationFramework (4)
System\Windows\Documents\TextElementCollectionHelper.cs (4)
47
ParentCollectionPair
pair = (
ParentCollectionPair
)_cleanParentList[i].Target;
141
ParentCollectionPair
pair = (
ParentCollectionPair
)_cleanParentList[i].Target;