7 writes to _column
PresentationFramework (7)
System\Windows\Controls\DataGridCellInfo.cs (7)
26
_column
= column;
48
_column
= cell.Column;
59
_column
= column;
70
_column
= column;
81
_column
= null;
92
_column
= info._column;
108
_column
= column;
8 references to _column
PresentationFramework (8)
System\Windows\Controls\DataGridCellInfo.cs (8)
92
_column = info.
_column
;
142
get { return
_column
; }
176
return (cell.
_column
==
_column
) && (cell.Owner == Owner) && (cell._info == _info);
185
((
_column
== null) ? 0 :
_column
.GetHashCode());
205
get { return
_column
!= null || _info.Item != DependencyProperty.UnsetValue; }
224
get { return (Item != DependencyProperty.UnsetValue) && (
_column
!= null); }