4 writes to _unresolvedCount
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
2684_unresolvedCount = collection._unresolvedCount; 2698else ++_unresolvedCount; 2734else --_unresolvedCount; 2777_resolvedCount = _unresolvedCount = 0;
2 references to _unresolvedCount
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2684_unresolvedCount = collection._unresolvedCount; 2828public int UnresolvedCount { get { return _unresolvedCount; } }