5 references to DataGridRowsPresenter
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (1)
40FrameworkElementFactory dataGridRowPresenterFactory = new FrameworkElementFactory(typeof(DataGridRowsPresenter));
System\Windows\Controls\DataGridCellsPanel.cs (4)
1816private DataGridRowsPresenter ParentRowsPresenter 1828return parentDataGrid.InternalItemsHost as DataGridRowsPresenter; 1839return VisualTreeHelper.GetParent(row) as DataGridRowsPresenter; 2000DataGridRowsPresenter parentRowsPresenter = ParentRowsPresenter;