2 writes to _activeIndex
PresentationFramework (2)
System\Windows\Data\PriorityBindingExpression.cs (2)
192_activeIndex = NoActiveBindingExpressions; 546_activeIndex = newActiveIndex;
10 references to _activeIndex
PresentationFramework (10)
System\Windows\Data\PriorityBindingExpression.cs (10)
57get { return (_activeIndex < 0) ? null : MutableBindingExpressions[_activeIndex]; } 67get { return (_activeIndex < 0) ? false : MutableBindingExpressions[_activeIndex].HasValidationError; } 166get { return (_activeIndex == NoActiveBindingExpressions) ? MutableBindingExpressions.Count : _activeIndex + 1; } 239if ( index != _activeIndex 257_activeIndex, 543if (newActiveIndex != _activeIndex) 545int oldActiveIndex = _activeIndex;