4 writes to _resolvedCount
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
2687
_resolvedCount
= collection._resolvedCount;
2704
if (info.IsResolved) ++
_resolvedCount
;
2740
if (isResolved) --
_resolvedCount
;
2787
_resolvedCount
= _unresolvedCount = 0;
2 references to _resolvedCount
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2687
_resolvedCount = collection.
_resolvedCount
;
2837
public int ResolvedCount { get { return
_resolvedCount
; } }