30 references to _cacheValid
PresentationFramework (30)
System\Windows\Controls\Primitives\Popup.cs (30)
351
if (popup.
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen])
410
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = true;
417
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = false;
707
if (
_cacheValid
[(int)CacheBits.DropOppositeSet])
709
opposite =
_cacheValid
[(int)CacheBits.DropOpposite];
724
if (popup.
_cacheValid
[(int)CacheBits.DropOppositeSet])
726
opposite = popup.
_cacheValid
[(int)CacheBits.DropOpposite];
740
_cacheValid
[(int)CacheBits.DropOpposite] = value;
741
_cacheValid
[(int)CacheBits.DropOppositeSet] = true;
747
_cacheValid
[(int)CacheBits.DropOppositeSet] = false;
1106
if (
_cacheValid
[(int)CacheBits.CaptureEngaged] && !StaysOpen &&
1107
!
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents])
1127
if (
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] &&
1131
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = false;
1137
if (!
_cacheValid
[(int)CacheBits.CaptureEngaged] && (_popupRoot != null) &&
1154
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = true;
1175
_cacheValid
[(int)CacheBits.CaptureEngaged] = true;
1182
if (
_cacheValid
[(int)CacheBits.CaptureEngaged])
1204
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
1243
popup.
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
2876
get { return
_cacheValid
[(int)CacheBits.IsTransparent]; }
2877
set {
_cacheValid
[(int)CacheBits.IsTransparent] = value; }
2882
get { return
_cacheValid
[(int)CacheBits.AnimateFromRight]; }
2883
set {
_cacheValid
[(int)CacheBits.AnimateFromRight] = value; }
2888
get { return
_cacheValid
[(int)CacheBits.AnimateFromBottom]; }
2889
set {
_cacheValid
[(int)CacheBits.AnimateFromBottom] = value; }
2895
get { return !
_cacheValid
[(int)CacheBits.HitTestable]; }
2896
set {
_cacheValid
[(int)CacheBits.HitTestable] = !value; }
2901
get { return
_cacheValid
[(int)CacheBits.IsDragDropActive]; }
2902
set {
_cacheValid
[(int)CacheBits.IsDragDropActive] = value; }