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