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