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;
4592
DataGridCellsPresenter
cellsPresenter = row.CellsPresenter;
5406
DataGridCellsPresenter
cellsPresenter = itemsControl as
DataGridCellsPresenter
;
6446
DataGridCellsPresenter
cellsPresenter = row.CellsPresenter;
8505
DataGridCellsPresenter
cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridCell.cs (2)
1104
private
DataGridCellsPresenter
CellsPresenter
1108
return ItemsControl.ItemsControlFromItemContainer(this) as
DataGridCellsPresenter
;
System\Windows\Controls\DataGridCellsPanel.cs (10)
1050
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1784
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1805
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1845
DataGridCellsPresenter
presenter = ParentPresenter as
DataGridCellsPresenter
;
2401
DataGridCellsPresenter
presenter = ParentPresenter as
DataGridCellsPresenter
;
System\Windows\Controls\DataGridRow.cs (17)
145
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
481
var
cellsPresenter = CellsPresenter;
484
PersistAttachedItemValue(cellsPresenter,
DataGridCellsPresenter
.HeightProperty);
533
var
cellsPresenter = CellsPresenter;
542
var
cellsPresenter = CellsPresenter;
567
var
cellsPresenter = CellsPresenter;
576
var
cellsPresenter = CellsPresenter;
579
cellsPresenter.ClearValue(
DataGridCellsPresenter
.HeightProperty);
580
_owner?.ItemAttachedStorage.ClearValue(Item,
DataGridCellsPresenter
.HeightProperty);
595
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
828
internal
DataGridCellsPresenter
CellsPresenter
932
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
989
var
cellsPresenter = CellsPresenter;
993
RestoreAttachedItemValue(cellsPresenter,
DataGridCellsPresenter
.HeightProperty);
1222
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
1323
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
1342
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
;