2 writes to _activeIndex
PresentationFramework (2)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (2)
203_activeIndex = NoActiveBindingExpressions; 556_activeIndex = newActiveIndex;
10 references to _activeIndex
PresentationFramework (10)
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (10)
68get { return (_activeIndex < 0) ? null : MutableBindingExpressions[_activeIndex]; } 78get { return (_activeIndex < 0) ? false : MutableBindingExpressions[_activeIndex].HasValidationError; } 177get { return (_activeIndex == NoActiveBindingExpressions) ? MutableBindingExpressions.Count : _activeIndex + 1; } 250if ( index != _activeIndex 268_activeIndex, 553if (newActiveIndex != _activeIndex) 555int oldActiveIndex = _activeIndex;