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