5 references to FindParent
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2035IHierarchicalVirtualizationAndScrollInfo hvsInfo = DataGridHelper.FindParent<GroupItem>(parentRowsPresenter) as IHierarchicalVirtualizationAndScrollInfo;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
621get { return DataGridHelper.FindParent<DataGridRow>(this); }
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
1047_parentDataGrid = DataGridHelper.FindParent<DataGrid>(this);
src\Framework\System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
328get { return DataGridHelper.FindParent<DataGridRow>(this); }
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
772return DataGridHelper.FindParent<DataGridRow>(this);