2 writes to CellsPresenter
PresentationFramework (2)
System\Windows\Controls\DataGridRow.cs (1)
176CellsPresenter = null;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
80owningRow.CellsPresenter = this;
18 references to CellsPresenter
PresentationFramework (18)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
416if (row.CellsPresenter != null) 418Panel itemHost = row.CellsPresenter.ItemsHost;
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
53DataGridCellsPresenter cellsPresenter = OwningDataGridRow.CellsPresenter;
System\Windows\Controls\DataGrid.cs (4)
618var cellsPresenter = row.CellsPresenter; 4586DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 6440DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 8499DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridRow.cs (11)
145DataGridCellsPresenter cellsPresenter = CellsPresenter; 478var cellsPresenter = CellsPresenter; 527var cellsPresenter = CellsPresenter; 536var cellsPresenter = CellsPresenter; 561var cellsPresenter = CellsPresenter; 570var cellsPresenter = CellsPresenter; 589DataGridCellsPresenter cellsPresenter = CellsPresenter; 926DataGridCellsPresenter cellsPresenter = CellsPresenter; 983var cellsPresenter = CellsPresenter; 1216DataGridCellsPresenter cellsPresenter = CellsPresenter; 1317DataGridCellsPresenter cellsPresenter = CellsPresenter;