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])
1201
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
1240
popup.
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
2873
get { return
_cacheValid
[(int)CacheBits.IsTransparent]; }
2874
set {
_cacheValid
[(int)CacheBits.IsTransparent] = value; }
2879
get { return
_cacheValid
[(int)CacheBits.AnimateFromRight]; }
2880
set {
_cacheValid
[(int)CacheBits.AnimateFromRight] = value; }
2885
get { return
_cacheValid
[(int)CacheBits.AnimateFromBottom]; }
2886
set {
_cacheValid
[(int)CacheBits.AnimateFromBottom] = value; }
2892
get { return !
_cacheValid
[(int)CacheBits.HitTestable]; }
2893
set {
_cacheValid
[(int)CacheBits.HitTestable] = !value; }
2898
get { return
_cacheValid
[(int)CacheBits.IsDragDropActive]; }
2899
set {
_cacheValid
[(int)CacheBits.IsDragDropActive] = value; }