7 writes to _column
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
26_column = column; 48_column = cell.Column; 59_column = column; 70_column = column; 81_column = null; 92_column = info._column; 108_column = column;
8 references to _column
PresentationFramework (8)
System\Windows\Controls\DataGridCellInfo.cs (8)
92_column = info._column; 142get { return _column; } 176return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 185((_column == null) ? 0 : _column.GetHashCode()); 205get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 224get { return (Item != DependencyProperty.UnsetValue) && (_column != null); }