30 references to _cacheValid
PresentationFramework (30)
System\Windows\Controls\Primitives\Popup.cs (30)
350
if (popup.
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen])
409
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = true;
416
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = false;
706
if (
_cacheValid
[(int)CacheBits.DropOppositeSet])
708
opposite =
_cacheValid
[(int)CacheBits.DropOpposite];
723
if (popup.
_cacheValid
[(int)CacheBits.DropOppositeSet])
725
opposite = popup.
_cacheValid
[(int)CacheBits.DropOpposite];
739
_cacheValid
[(int)CacheBits.DropOpposite] = value;
740
_cacheValid
[(int)CacheBits.DropOppositeSet] = true;
746
_cacheValid
[(int)CacheBits.DropOppositeSet] = false;
1105
if (
_cacheValid
[(int)CacheBits.CaptureEngaged] && !StaysOpen &&
1106
!
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents])
1126
if (
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] &&
1130
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = false;
1136
if (!
_cacheValid
[(int)CacheBits.CaptureEngaged] && (_popupRoot != null) &&
1153
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = true;
1174
_cacheValid
[(int)CacheBits.CaptureEngaged] = true;
1181
if (
_cacheValid
[(int)CacheBits.CaptureEngaged])
1200
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
1239
popup.
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
2872
get { return
_cacheValid
[(int)CacheBits.IsTransparent]; }
2873
set {
_cacheValid
[(int)CacheBits.IsTransparent] = value; }
2878
get { return
_cacheValid
[(int)CacheBits.AnimateFromRight]; }
2879
set {
_cacheValid
[(int)CacheBits.AnimateFromRight] = value; }
2884
get { return
_cacheValid
[(int)CacheBits.AnimateFromBottom]; }
2885
set {
_cacheValid
[(int)CacheBits.AnimateFromBottom] = value; }
2891
get { return !
_cacheValid
[(int)CacheBits.HitTestable]; }
2892
set {
_cacheValid
[(int)CacheBits.HitTestable] = !value; }
2897
get { return
_cacheValid
[(int)CacheBits.IsDragDropActive]; }
2898
set {
_cacheValid
[(int)CacheBits.IsDragDropActive] = value; }