4 implementations of OnExitParentTree
PresentationFramework (4)
src\Framework\System\Windows\Documents\TableCell.cs (1)
326void IIndexedChild<TableRow>.OnExitParentTree()
src\Framework\System\Windows\Documents\TableColumn.cs (1)
120void IIndexedChild<Table>.OnExitParentTree()
src\Framework\System\Windows\Documents\TableRow.cs (1)
161void IIndexedChild<TableRowGroup>.OnExitParentTree()
src\Framework\System\Windows\Documents\TableRowGroup.cs (1)
180void IIndexedChild<Table>.OnExitParentTree()
1 reference to OnExitParentTree
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
300item.OnExitParentTree();