4 writes to _unresolvedCount
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
2697
_unresolvedCount
= collection._unresolvedCount;
2714
else ++
_unresolvedCount
;
2750
else --
_unresolvedCount
;
2796
_resolvedCount =
_unresolvedCount
= 0;
2 references to _unresolvedCount
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2697
_unresolvedCount = collection.
_unresolvedCount
;
2847
public int UnresolvedCount { get { return
_unresolvedCount
; } }