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