2 writes to _actualIndex
PresentationFramework (2)
System\Windows\Controls\GridViewColumn.cs (2)
529
_actualIndex
= -1;
626
set {
_actualIndex
= value; }
1 reference to _actualIndex
PresentationFramework (1)
System\Windows\Controls\GridViewColumn.cs (1)
625
get { return
_actualIndex
; }