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