4 writes to _resolvedCount
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
2696
_resolvedCount
= collection._resolvedCount;
2713
if (info.IsResolved) ++
_resolvedCount
;
2749
if (isResolved) --
_resolvedCount
;
2796
_resolvedCount
= _unresolvedCount = 0;
2 references to _resolvedCount
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2696
_resolvedCount = collection.
_resolvedCount
;
2846
public int ResolvedCount { get { return
_resolvedCount
; } }