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; 4586DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 5400DataGridCellsPresenter cellsPresenter = itemsControl as DataGridCellsPresenter; 6440DataGridCellsPresenter cellsPresenter = row.CellsPresenter; 8499DataGridCellsPresenter cellsPresenter = rowTracker.Container.CellsPresenter;
System\Windows\Controls\DataGridCell.cs (2)
1101private DataGridCellsPresenter CellsPresenter 1105return ItemsControl.ItemsControlFromItemContainer(this) as DataGridCellsPresenter;
System\Windows\Controls\DataGridCellsPanel.cs (10)
1050DataGridCellsPresenter cellsPresenter = parentPresenter as DataGridCellsPresenter; 1781DataGridCellsPresenter cellsPresenter = parentPresenter as DataGridCellsPresenter; 1799DataGridCellsPresenter cellsPresenter = parentPresenter as DataGridCellsPresenter; 1839DataGridCellsPresenter presenter = ParentPresenter as DataGridCellsPresenter; 2395DataGridCellsPresenter presenter = ParentPresenter as DataGridCellsPresenter;
System\Windows\Controls\DataGridRow.cs (17)
145DataGridCellsPresenter cellsPresenter = CellsPresenter; 478var cellsPresenter = CellsPresenter; 481PersistAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 527var cellsPresenter = CellsPresenter; 536var cellsPresenter = CellsPresenter; 561var cellsPresenter = CellsPresenter; 570var cellsPresenter = CellsPresenter; 573cellsPresenter.ClearValue(DataGridCellsPresenter.HeightProperty); 574_owner?.ItemAttachedStorage.ClearValue(Item, DataGridCellsPresenter.HeightProperty); 589DataGridCellsPresenter cellsPresenter = CellsPresenter; 822internal DataGridCellsPresenter CellsPresenter 926DataGridCellsPresenter cellsPresenter = CellsPresenter; 983var cellsPresenter = CellsPresenter; 987RestoreAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 1216DataGridCellsPresenter cellsPresenter = CellsPresenter; 1317DataGridCellsPresenter cellsPresenter = CellsPresenter; 1336private 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;