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