7 writes to _column
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
31
_column
= column;
53
_column
= cell.Column;
64
_column
= column;
75
_column
= column;
86
_column
= null;
97
_column
= info._column;
113
_column
= column;
8 references to _column
PresentationFramework (8)
System\Windows\Controls\DataGridCellInfo.cs (8)
97
_column = info.
_column
;
147
get { return
_column
; }
181
return (cell.
_column
==
_column
) && (cell.Owner == Owner) && (cell._info == _info);
190
((
_column
== null) ? 0 :
_column
.GetHashCode());
210
get { return
_column
!= null || _info.Item != DependencyProperty.UnsetValue; }
229
get { return (Item != DependencyProperty.UnsetValue) && (
_column
!= null); }