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