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