7 writes to _info
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
24_info = new ItemsControl.ItemInfo(item); 46_info = owner.NewItemInfo(cell.RowDataItem, cell.RowOwner); 57_info = owner.NewItemInfo(item); 68_info = info; 79_info = new ItemsControl.ItemInfo(item); 90_info = info._info.Clone(); 106_info = owner.NewItemInfo(item);
8 references to _info
PresentationFramework (8)
System\Windows\Controls\DataGridCellInfo.cs (8)
90_info = info._info.Clone(); 133get { return _info?.Item; } 175return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 183return ((_info == null) ? 0 : _info.GetHashCode()) ^ 204get { return _column != null || _info.Item != DependencyProperty.UnsetValue; } 209get { return _info; }