2 writes to _activeIndex
PresentationFramework (2)
System\Windows\Data\PriorityBindingExpression.cs (2)
185_activeIndex = NoActiveBindingExpressions; 535_activeIndex = newActiveIndex;
10 references to _activeIndex
PresentationFramework (10)
System\Windows\Data\PriorityBindingExpression.cs (10)
56get { return (_activeIndex < 0) ? null : MutableBindingExpressions[_activeIndex]; } 66get { return (_activeIndex < 0) ? false : MutableBindingExpressions[_activeIndex].HasValidationError; } 159get { return (_activeIndex == NoActiveBindingExpressions) ? MutableBindingExpressions.Count : _activeIndex + 1; } 231if ( index != _activeIndex 249_activeIndex, 532if (newActiveIndex != _activeIndex) 534int oldActiveIndex = _activeIndex;