53 references to DataGridCellsPresenter
PresentationFramework (53)
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
53
DataGridCellsPresenter
cellsPresenter = OwningDataGridRow.CellsPresenter;
System\Windows\Controls\DataGrid.cs (6)
618
var
cellsPresenter = row.CellsPresenter;
4586
DataGridCellsPresenter
cellsPresenter = row.CellsPresenter;
5400
DataGridCellsPresenter
cellsPresenter = itemsControl as
DataGridCellsPresenter
;
6440
DataGridCellsPresenter
cellsPresenter = row.CellsPresenter;
8499
DataGridCellsPresenter
cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridCell.cs (2)
1101
private
DataGridCellsPresenter
CellsPresenter
1105
return ItemsControl.ItemsControlFromItemContainer(this) as
DataGridCellsPresenter
;
System\Windows\Controls\DataGridCellsPanel.cs (10)
1050
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1781
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1799
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1839
DataGridCellsPresenter
presenter = ParentPresenter as
DataGridCellsPresenter
;
2395
DataGridCellsPresenter
presenter = ParentPresenter as
DataGridCellsPresenter
;
System\Windows\Controls\DataGridRow.cs (17)
145
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
478
var
cellsPresenter = CellsPresenter;
481
PersistAttachedItemValue(cellsPresenter,
DataGridCellsPresenter
.HeightProperty);
527
var
cellsPresenter = CellsPresenter;
536
var
cellsPresenter = CellsPresenter;
561
var
cellsPresenter = CellsPresenter;
570
var
cellsPresenter = CellsPresenter;
573
cellsPresenter.ClearValue(
DataGridCellsPresenter
.HeightProperty);
574
_owner?.ItemAttachedStorage.ClearValue(Item,
DataGridCellsPresenter
.HeightProperty);
589
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
822
internal
DataGridCellsPresenter
CellsPresenter
926
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
983
var
cellsPresenter = CellsPresenter;
987
RestoreAttachedItemValue(cellsPresenter,
DataGridCellsPresenter
.HeightProperty);
1216
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
1317
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
1336
private
DataGridCellsPresenter
_cellsPresenter;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (17)
32
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(typeof(
DataGridCellsPresenter
)));
33
ItemsPanelProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(new ItemsPanelTemplate(new FrameworkElementFactory(typeof(DataGridCellsPanel)))));
34
FocusableProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(false));
36
HeightProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceHeight));
37
MinHeightProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceMinHeight));
40
typeof(
DataGridCellsPresenter
),
42
VirtualizingPanel.VirtualizationModeProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(VirtualizationMode.Recycling));
194
var
cellsPresenter = d as
DataGridCellsPresenter
;
205
var
cellsPresenter = d as
DataGridCellsPresenter
;
359
((
DataGridCellsPresenter
)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.CellsPresenter);
495
DataGridCellsPresenter
cellsPresenter = (
DataGridCellsPresenter
)d;
508
var
cellsPresenter = d as
DataGridCellsPresenter
;