53 references to DataGridCellsPresenter
PresentationFramework (53)
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
53DataGridCellsPresenter cellsPresenter = OwningDataGridRow.CellsPresenter;
System\Windows\Controls\DataGrid.cs (6)
618var cellsPresenter = row.CellsPresenter; 4592DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 5406DataGridCellsPresenter cellsPresenter = itemsControl as DataGridCellsPresenter; 6446DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 8505DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridCell.cs (2)
1104private DataGridCellsPresenter CellsPresenter 1108return ItemsControl.ItemsControlFromItemContainer(this) as DataGridCellsPresenter;
System\Windows\Controls\DataGridCellsPanel.cs (10)
1050DataGridCellsPresenter cellsPresenter = parentPresenter as DataGridCellsPresenter; 1784DataGridCellsPresenter cellsPresenter = parentPresenter as DataGridCellsPresenter; 1805DataGridCellsPresenter cellsPresenter = parentPresenter as DataGridCellsPresenter; 1845DataGridCellsPresenter presenter = ParentPresenter as DataGridCellsPresenter; 2401DataGridCellsPresenter presenter = ParentPresenter as DataGridCellsPresenter;
System\Windows\Controls\DataGridRow.cs (17)
145DataGridCellsPresenter cellsPresenter = CellsPresenter; 481var cellsPresenter = CellsPresenter; 484PersistAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 533var cellsPresenter = CellsPresenter; 542var cellsPresenter = CellsPresenter; 567var cellsPresenter = CellsPresenter; 576var cellsPresenter = CellsPresenter; 579cellsPresenter.ClearValue(DataGridCellsPresenter.HeightProperty); 580_owner?.ItemAttachedStorage.ClearValue(Item, DataGridCellsPresenter.HeightProperty); 595DataGridCellsPresenter cellsPresenter = CellsPresenter; 828internal DataGridCellsPresenter CellsPresenter 932DataGridCellsPresenter cellsPresenter = CellsPresenter; 989var cellsPresenter = CellsPresenter; 993RestoreAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 1222DataGridCellsPresenter cellsPresenter = CellsPresenter; 1323DataGridCellsPresenter cellsPresenter = CellsPresenter; 1342private DataGridCellsPresenter _cellsPresenter;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (17)
32DefaultStyleKeyProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(typeof(DataGridCellsPresenter))); 33ItemsPanelProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(new ItemsPanelTemplate(new FrameworkElementFactory(typeof(DataGridCellsPanel))))); 34FocusableProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(false)); 36HeightProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceHeight)); 37MinHeightProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceMinHeight)); 40typeof(DataGridCellsPresenter), 42VirtualizingPanel.VirtualizationModeProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(VirtualizationMode.Recycling)); 194var cellsPresenter = d as DataGridCellsPresenter; 205var cellsPresenter = d as DataGridCellsPresenter; 359((DataGridCellsPresenter)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.CellsPresenter); 495DataGridCellsPresenter cellsPresenter = (DataGridCellsPresenter)d; 508var cellsPresenter = d as DataGridCellsPresenter;