7 writes to _column
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
25
_column
= column;
47
_column
= cell.Column;
58
_column
= column;
69
_column
= column;
80
_column
= null;
91
_column
= info._column;
107
_column
= column;
8 references to _column
PresentationFramework (8)
System\Windows\Controls\DataGridCellInfo.cs (8)
91
_column = info.
_column
;
141
get { return
_column
; }
175
return (cell.
_column
==
_column
) && (cell.Owner == Owner) && (cell._info == _info);
184
((
_column
== null) ? 0 :
_column
.GetHashCode());
204
get { return
_column
!= null || _info.Item != DependencyProperty.UnsetValue; }
223
get { return (Item != DependencyProperty.UnsetValue) && (
_column
!= null); }