7 writes to _column
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridCellInfo.cs (7)
35_column = column; 60_column = cell.Column; 71_column = column; 82_column = column; 93_column = null; 104_column = info._column; 120_column = column;
8 references to _column
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGridCellInfo.cs (8)
104_column = info._column; 154get { return _column; } 188return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 197((_column == null) ? 0 : _column.GetHashCode()); 217get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 236get { return (Item != DependencyProperty.UnsetValue) && (_column != null); }