2 writes to CellsPresenter
PresentationFramework (2)
System\Windows\Controls\DataGridRow.cs (1)
184CellsPresenter = null;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
86owningRow.CellsPresenter = this;
18 references to CellsPresenter
PresentationFramework (18)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
422if (row.CellsPresenter != null) 424Panel itemHost = row.CellsPresenter.ItemsHost;
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
58DataGridCellsPresenter cellsPresenter = OwningDataGridRow.CellsPresenter;
System\Windows\Controls\DataGrid.cs (4)
622var cellsPresenter = row.CellsPresenter; 4628DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 6491DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 8552DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridRow.cs (11)
150DataGridCellsPresenter cellsPresenter = CellsPresenter; 486var cellsPresenter = CellsPresenter; 538var cellsPresenter = CellsPresenter; 547var cellsPresenter = CellsPresenter; 572var cellsPresenter = CellsPresenter; 581var cellsPresenter = CellsPresenter; 603DataGridCellsPresenter cellsPresenter = CellsPresenter; 950DataGridCellsPresenter cellsPresenter = CellsPresenter; 1010var cellsPresenter = CellsPresenter; 1252DataGridCellsPresenter cellsPresenter = CellsPresenter; 1359DataGridCellsPresenter cellsPresenter = CellsPresenter;