30 references to _cacheValid
PresentationFramework (30)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (30)
360
if (popup.
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen])
419
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = true;
426
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = false;
716
if (
_cacheValid
[(int)CacheBits.DropOppositeSet])
718
opposite =
_cacheValid
[(int)CacheBits.DropOpposite];
733
if (popup.
_cacheValid
[(int)CacheBits.DropOppositeSet])
735
opposite = popup.
_cacheValid
[(int)CacheBits.DropOpposite];
749
_cacheValid
[(int)CacheBits.DropOpposite] = value;
750
_cacheValid
[(int)CacheBits.DropOppositeSet] = true;
756
_cacheValid
[(int)CacheBits.DropOppositeSet] = false;
1104
if (
_cacheValid
[(int)CacheBits.CaptureEngaged] && !StaysOpen &&
1105
!
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents])
1125
if (
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] &&
1129
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = false;
1135
if (!
_cacheValid
[(int)CacheBits.CaptureEngaged] && (_popupRoot.Value != null) &&
1152
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = true;
1173
_cacheValid
[(int)CacheBits.CaptureEngaged] = true;
1180
if (
_cacheValid
[(int)CacheBits.CaptureEngaged])
1202
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
1241
popup.
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
2888
get { return
_cacheValid
[(int)CacheBits.IsTransparent]; }
2889
set {
_cacheValid
[(int)CacheBits.IsTransparent] = value; }
2894
get { return
_cacheValid
[(int)CacheBits.AnimateFromRight]; }
2895
set {
_cacheValid
[(int)CacheBits.AnimateFromRight] = value; }
2900
get { return
_cacheValid
[(int)CacheBits.AnimateFromBottom]; }
2901
set {
_cacheValid
[(int)CacheBits.AnimateFromBottom] = value; }
2907
get { return !
_cacheValid
[(int)CacheBits.HitTestable]; }
2908
set {
_cacheValid
[(int)CacheBits.HitTestable] = !value; }
2913
get { return
_cacheValid
[(int)CacheBits.IsDragDropActive]; }
2914
set {
_cacheValid
[(int)CacheBits.IsDragDropActive] = value; }