2 writes to _activeIndex
PresentationFramework (2)
System\Windows\Data\PriorityBindingExpression.cs (2)
199_activeIndex = NoActiveBindingExpressions; 553_activeIndex = newActiveIndex;
10 references to _activeIndex
PresentationFramework (10)
System\Windows\Data\PriorityBindingExpression.cs (10)
64get { return (_activeIndex < 0) ? null : MutableBindingExpressions[_activeIndex]; } 74get { return (_activeIndex < 0) ? false : MutableBindingExpressions[_activeIndex].HasValidationError; } 173get { return (_activeIndex == NoActiveBindingExpressions) ? MutableBindingExpressions.Count : _activeIndex + 1; } 246if ( index != _activeIndex 264_activeIndex, 550if (newActiveIndex != _activeIndex) 552int oldActiveIndex = _activeIndex;