5 references to DataGridRowsPresenter
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (1)
44FrameworkElementFactory dataGridRowPresenterFactory = new FrameworkElementFactory(typeof(DataGridRowsPresenter));
System\Windows\Controls\DataGridCellsPanel.cs (4)
1838private DataGridRowsPresenter ParentRowsPresenter 1850return parentDataGrid.InternalItemsHost as DataGridRowsPresenter; 1861return VisualTreeHelper.GetParent(row) as DataGridRowsPresenter; 2022DataGridRowsPresenter parentRowsPresenter = ParentRowsPresenter;