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