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