5 references to DataGridRowsPresenter
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
45FrameworkElementFactory dataGridRowPresenterFactory = new FrameworkElementFactory(typeof(DataGridRowsPresenter));
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (4)
1840private DataGridRowsPresenter ParentRowsPresenter 1852return parentDataGrid.InternalItemsHost as DataGridRowsPresenter; 1863return VisualTreeHelper.GetParent(row) as DataGridRowsPresenter; 2024DataGridRowsPresenter parentRowsPresenter = ParentRowsPresenter;