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();
134
get { return (
_info
!= null) ?
_info
.Item : null; }
176
return (cell._column == _column) && (cell.Owner == Owner) && (cell.
_info
==
_info
);
184
return ((
_info
== null) ? 0 :
_info
.GetHashCode()) ^
205
get { return _column != null ||
_info
.Item != DependencyProperty.UnsetValue; }
210
get { return
_info
; }