7 writes to _info
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
25_info = new ItemsControl.ItemInfo(item); 47_info = owner.NewItemInfo(cell.RowDataItem, cell.RowOwner); 58_info = owner.NewItemInfo(item); 69_info = info; 80_info = new ItemsControl.ItemInfo(item); 91_info = info._info.Clone(); 107_info = owner.NewItemInfo(item);
9 references to _info
PresentationFramework (9)
System\Windows\Controls\DataGridCellInfo.cs (9)
91_info = info._info.Clone(); 134get { return (_info != null) ? _info.Item : null; } 176return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 184return ((_info == null) ? 0 : _info.GetHashCode()) ^ 205get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 210get { return _info; }