Implemented interface member:
property
Column
System.Windows.Controls.IProvideDataGridColumn.Column
1 write to Column
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
104Column = column;
26 references to Column
PresentationFramework (25)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
449column = (childItem as DataGridCell).Column;
src\Framework\System\Windows\Controls\DataGrid.cs (12)
1773DataGridColumn column = cell.Column; 2213beginningEditEventArgs = new DataGridBeginningEditEventArgs(cell.Column, cell.RowOwner, editingEventArgs); 2360DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.RowOwner, cell.EditingElement, DataGridEditAction.Commit); 2533DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.RowOwner, cell.EditingElement, DataGridEditAction.Cancel); 5959DataGridCell realNewCell = TryFindCell(newCell.RowDataItem, newCell.Column); 5966realNewCell = TryFindCell(newCell.RowDataItem, newCell.Column); 5990DataGridColumn column = currentCellContainer.Column; 6823if (!_editingCellAutomationValueHolders.ContainsKey(cell.Column)) 6825_editingCellAutomationValueHolders.Add(cell.Column, new CellAutomationValueHolder(cell)); 6833if (_editingCellAutomationValueHolders.TryGetValue(cell.Column, out holder)) 6859Initialize(cell.RowDataItem, cell.Column); 6890DataGridColumn column = (_cell != null) ? _cell.Column : _column;
src\Framework\System\Windows\Controls\DataGridCell.cs (10)
242if ((column != null) && (column != Column)) 301cell.Column, 378var column = Column; 501var column = Column; 534var column = cell.Column; 583DataGridColumn column = Column; 597DataGridColumn column = Column; 612DataGridColumn column = Column; 634DataGridPreparingCellForEditEventArgs preparingCellForEditEventArgs = new DataGridPreparingCellForEditEventArgs(Column, RowOwner, editingEventArgs, currentEditingElement); 996var column = Column;
src\Framework\System\Windows\Controls\DataGridCellInfo.cs (1)
60_column = cell.Column;
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
157int columnIndex = cell.Column.DisplayIndex;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
777System.Diagnostics.Debug.WriteLine("ResolveDynamicTemplateCallback not registered for column " + cell.Column.Header);