4 implementations of OnAfterExitParentTree
PresentationFramework (4)
System\Windows\Documents\TableCell.cs (1)
323void IIndexedChild<TableRow>.OnAfterExitParentTree(TableRow parent)
System\Windows\Documents\TableColumn.cs (1)
120void IIndexedChild<Table>.OnAfterExitParentTree(Table parent)
System\Windows\Documents\TableRow.cs (1)
157void IIndexedChild<TableRowGroup>.OnAfterExitParentTree(TableRowGroup parent)
System\Windows\Documents\TableRowGroup.cs (1)
176void IIndexedChild<Table>.OnAfterExitParentTree(Table parent)
1 reference to OnAfterExitParentTree
PresentationFramework (1)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
312item.OnAfterExitParentTree(Owner);