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