4 writes to _resolvedCount
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
2683
_resolvedCount
= collection._resolvedCount;
2697
if (info.IsResolved) ++
_resolvedCount
;
2733
if (isResolved) --
_resolvedCount
;
2777
_resolvedCount
= _unresolvedCount = 0;
2 references to _resolvedCount
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2683
_resolvedCount = collection.
_resolvedCount
;
2827
public int ResolvedCount { get { return
_resolvedCount
; } }