2 writes to CellsPresenter
PresentationFramework (2)
System\Windows\Controls\DataGridRow.cs (1)
176
CellsPresenter
= null;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
80
owningRow.
CellsPresenter
= this;
18 references to CellsPresenter
PresentationFramework (18)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
416
if (row.
CellsPresenter
!= null)
418
Panel itemHost = row.
CellsPresenter
.ItemsHost;
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
53
DataGridCellsPresenter cellsPresenter = OwningDataGridRow.
CellsPresenter
;
System\Windows\Controls\DataGrid.cs (4)
618
var cellsPresenter = row.
CellsPresenter
;
4586
DataGridCellsPresenter cellsPresenter = row.
CellsPresenter
;
6440
DataGridCellsPresenter cellsPresenter = row.
CellsPresenter
;
8499
DataGridCellsPresenter cellsPresenter = rowTracker.Container.
CellsPresenter
;
System\Windows\Controls\DataGridRow.cs (11)
145
DataGridCellsPresenter cellsPresenter =
CellsPresenter
;
478
var cellsPresenter =
CellsPresenter
;
527
var cellsPresenter =
CellsPresenter
;
536
var cellsPresenter =
CellsPresenter
;
561
var cellsPresenter =
CellsPresenter
;
570
var cellsPresenter =
CellsPresenter
;
589
DataGridCellsPresenter cellsPresenter =
CellsPresenter
;
926
DataGridCellsPresenter cellsPresenter =
CellsPresenter
;
983
var cellsPresenter =
CellsPresenter
;
1216
DataGridCellsPresenter cellsPresenter =
CellsPresenter
;
1317
DataGridCellsPresenter cellsPresenter =
CellsPresenter
;