2 writes to CellsPresenter
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
185CellsPresenter = null;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
87owningRow.CellsPresenter = this;
18 references to CellsPresenter
PresentationFramework (18)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
425if (row.CellsPresenter != null) 427Panel itemHost = row.CellsPresenter.ItemsHost;
src\Framework\System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
57DataGridCellsPresenter cellsPresenter = OwningDataGridRow.CellsPresenter;
src\Framework\System\Windows\Controls\DataGrid.cs (4)
623var cellsPresenter = row.CellsPresenter; 4633DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 6496DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 8579DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter;
src\Framework\System\Windows\Controls\DataGridRow.cs (11)
151DataGridCellsPresenter cellsPresenter = CellsPresenter; 487var cellsPresenter = CellsPresenter; 539var cellsPresenter = CellsPresenter; 548var cellsPresenter = CellsPresenter; 573var cellsPresenter = CellsPresenter; 582var cellsPresenter = CellsPresenter; 604DataGridCellsPresenter cellsPresenter = CellsPresenter; 951DataGridCellsPresenter cellsPresenter = CellsPresenter; 1011var cellsPresenter = CellsPresenter; 1253DataGridCellsPresenter cellsPresenter = CellsPresenter; 1360DataGridCellsPresenter cellsPresenter = CellsPresenter;