4 implementations of OnAfterExitParentTree
PresentationFramework (4)
System\Windows\Documents\TableCell.cs (1)
310void IIndexedChild<TableRow>.OnAfterExitParentTree(TableRow parent)
System\Windows\Documents\TableColumn.cs (1)
112void IIndexedChild<Table>.OnAfterExitParentTree(Table parent)
System\Windows\Documents\TableRow.cs (1)
142void IIndexedChild<TableRowGroup>.OnAfterExitParentTree(TableRowGroup parent)
System\Windows\Documents\TableRowGroup.cs (1)
159void IIndexedChild<Table>.OnAfterExitParentTree(Table parent)
1 reference to OnAfterExitParentTree
PresentationFramework (1)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
308item.OnAfterExitParentTree(Owner);