4 writes to _resolvedCount
PresentationFramework (4)
System\Windows\Controls\Primitives\Selector.cs (4)
2684
_resolvedCount
= collection._resolvedCount;
2698
if (info.IsResolved) ++
_resolvedCount
;
2734
if (isResolved) --
_resolvedCount
;
2778
_resolvedCount
= _unresolvedCount = 0;
2 references to _resolvedCount
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2684
_resolvedCount = collection.
_resolvedCount
;
2828
public int ResolvedCount { get { return
_resolvedCount
; } }