2 writes to CellsPresenter
PresentationFramework (2)
System\Windows\Controls\DataGridRow.cs (1)
180CellsPresenter = null;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
81owningRow.CellsPresenter = this;
18 references to CellsPresenter
PresentationFramework (18)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
417if (row.CellsPresenter != null) 419Panel itemHost = row.CellsPresenter.ItemsHost;
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
54DataGridCellsPresenter cellsPresenter = OwningDataGridRow.CellsPresenter;
System\Windows\Controls\DataGrid.cs (4)
619var cellsPresenter = row.CellsPresenter; 4593DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 6447DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 8506DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridRow.cs (11)
146DataGridCellsPresenter cellsPresenter = CellsPresenter; 482var cellsPresenter = CellsPresenter; 534var cellsPresenter = CellsPresenter; 543var cellsPresenter = CellsPresenter; 568var cellsPresenter = CellsPresenter; 577var cellsPresenter = CellsPresenter; 596DataGridCellsPresenter cellsPresenter = CellsPresenter; 933DataGridCellsPresenter cellsPresenter = CellsPresenter; 990var cellsPresenter = CellsPresenter; 1223DataGridCellsPresenter cellsPresenter = CellsPresenter; 1324DataGridCellsPresenter cellsPresenter = CellsPresenter;