7 writes to _info
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
30_info = new ItemsControl.ItemInfo(item); 52_info = owner.NewItemInfo(cell.RowDataItem, cell.RowOwner); 63_info = owner.NewItemInfo(item); 74_info = info; 85_info = new ItemsControl.ItemInfo(item); 96_info = info._info.Clone(); 112_info = owner.NewItemInfo(item);
9 references to _info
PresentationFramework (9)
System\Windows\Controls\DataGridCellInfo.cs (9)
96_info = info._info.Clone(); 139get { return (_info != null) ? _info.Item : null; } 181return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 189return ((_info == null) ? 0 : _info.GetHashCode()) ^ 210get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 215get { return _info; }