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