7 writes to _column
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
25_column = column; 47_column = cell.Column; 58_column = column; 69_column = column; 80_column = null; 91_column = info._column; 107_column = column;
8 references to _column
PresentationFramework (8)
System\Windows\Controls\DataGridCellInfo.cs (8)
91_column = info._column; 141get { return _column; } 175return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 184((_column == null) ? 0 : _column.GetHashCode()); 204get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 223get { return (Item != DependencyProperty.UnsetValue) && (_column != null); }