53 references to DataGridCellsPresenter
PresentationFramework (53)
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
58
DataGridCellsPresenter
cellsPresenter = OwningDataGridRow.CellsPresenter;
System\Windows\Controls\DataGrid.cs (6)
622
var
cellsPresenter = row.CellsPresenter;
4628
DataGridCellsPresenter
cellsPresenter = row.CellsPresenter;
5448
DataGridCellsPresenter
cellsPresenter = itemsControl as
DataGridCellsPresenter
;
6491
DataGridCellsPresenter
cellsPresenter = row.CellsPresenter;
8552
DataGridCellsPresenter
cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridCell.cs (2)
1126
private
DataGridCellsPresenter
CellsPresenter
1130
return ItemsControl.ItemsControlFromItemContainer(this) as
DataGridCellsPresenter
;
System\Windows\Controls\DataGridCellsPanel.cs (10)
1056
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1794
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1815
DataGridCellsPresenter
cellsPresenter = parentPresenter as
DataGridCellsPresenter
;
1855
DataGridCellsPresenter
presenter = ParentPresenter as
DataGridCellsPresenter
;
2411
DataGridCellsPresenter
presenter = ParentPresenter as
DataGridCellsPresenter
;
System\Windows\Controls\DataGridRow.cs (17)
150
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
486
var
cellsPresenter = CellsPresenter;
489
PersistAttachedItemValue(cellsPresenter,
DataGridCellsPresenter
.HeightProperty);
538
var
cellsPresenter = CellsPresenter;
547
var
cellsPresenter = CellsPresenter;
572
var
cellsPresenter = CellsPresenter;
581
var
cellsPresenter = CellsPresenter;
584
cellsPresenter.ClearValue(
DataGridCellsPresenter
.HeightProperty);
587
_owner.ItemAttachedStorage.ClearValue(Item,
DataGridCellsPresenter
.HeightProperty);
603
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
843
internal
DataGridCellsPresenter
CellsPresenter
950
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
1010
var
cellsPresenter = CellsPresenter;
1014
RestoreAttachedItemValue(cellsPresenter,
DataGridCellsPresenter
.HeightProperty);
1252
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
1359
DataGridCellsPresenter
cellsPresenter = CellsPresenter;
1378
private
DataGridCellsPresenter
_cellsPresenter;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (17)
38
DefaultStyleKeyProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(typeof(
DataGridCellsPresenter
)));
39
ItemsPanelProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(new ItemsPanelTemplate(new FrameworkElementFactory(typeof(DataGridCellsPanel)))));
40
FocusableProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(false));
42
HeightProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceHeight));
43
MinHeightProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceMinHeight));
46
typeof(
DataGridCellsPresenter
),
48
VirtualizingPanel.VirtualizationModeProperty.OverrideMetadata(typeof(
DataGridCellsPresenter
), new FrameworkPropertyMetadata(VirtualizationMode.Recycling));
200
var
cellsPresenter = d as
DataGridCellsPresenter
;
211
var
cellsPresenter = d as
DataGridCellsPresenter
;
368
((
DataGridCellsPresenter
)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.CellsPresenter);
502
DataGridCellsPresenter
cellsPresenter = (
DataGridCellsPresenter
)d;
515
var
cellsPresenter = d as
DataGridCellsPresenter
;