7 writes to _column
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
31_column = column; 53_column = cell.Column; 64_column = column; 75_column = column; 86_column = null; 97_column = info._column; 113_column = column;
8 references to _column
PresentationFramework (8)
System\Windows\Controls\DataGridCellInfo.cs (8)
97_column = info._column; 147get { return _column; } 181return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 190((_column == null) ? 0 : _column.GetHashCode()); 210get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 229get { return (Item != DependencyProperty.UnsetValue) && (_column != null); }