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