4 writes to _resolvedCount
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
2686
_resolvedCount
= collection._resolvedCount;
2703
if (info.IsResolved) ++
_resolvedCount
;
2739
if (isResolved) --
_resolvedCount
;
2786
_resolvedCount
= _unresolvedCount = 0;
2 references to _resolvedCount
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2686
_resolvedCount = collection.
_resolvedCount
;
2836
public int ResolvedCount { get { return
_resolvedCount
; } }