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