2 writes to _actualIndex
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewColumn.cs (2)
531
_actualIndex
= -1;
628
set {
_actualIndex
= value; }
1 reference to _actualIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewColumn.cs (1)
627
get { return
_actualIndex
; }