2 writes to CellsPresenter
PresentationFramework (2)
System\Windows\Controls\DataGridRow.cs (1)
179CellsPresenter = 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; 4592DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 6446DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 8505DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridRow.cs (11)
145DataGridCellsPresenter cellsPresenter = CellsPresenter; 481var cellsPresenter = CellsPresenter; 533var cellsPresenter = CellsPresenter; 542var cellsPresenter = CellsPresenter; 567var cellsPresenter = CellsPresenter; 576var cellsPresenter = CellsPresenter; 595DataGridCellsPresenter cellsPresenter = CellsPresenter; 932DataGridCellsPresenter cellsPresenter = CellsPresenter; 989var cellsPresenter = CellsPresenter; 1222DataGridCellsPresenter cellsPresenter = CellsPresenter; 1323DataGridCellsPresenter cellsPresenter = CellsPresenter;