5 references to DataGridRowsPresenter
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (1)
41FrameworkElementFactory dataGridRowPresenterFactory = new FrameworkElementFactory(typeof(DataGridRowsPresenter));
System\Windows\Controls\DataGridCellsPanel.cs (4)
1836private DataGridRowsPresenter ParentRowsPresenter 1848return parentDataGrid.InternalItemsHost as DataGridRowsPresenter; 1859return VisualTreeHelper.GetParent(row) as DataGridRowsPresenter; 2020DataGridRowsPresenter parentRowsPresenter = ParentRowsPresenter;