30 references to _cacheValid
PresentationFramework (30)
System\Windows\Controls\Primitives\Popup.cs (30)
362
if (popup.
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen])
421
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = true;
428
_cacheValid
[(int)CacheBits.OnClosedHandlerReopen] = false;
718
if (
_cacheValid
[(int)CacheBits.DropOppositeSet])
720
opposite =
_cacheValid
[(int)CacheBits.DropOpposite];
735
if (popup.
_cacheValid
[(int)CacheBits.DropOppositeSet])
737
opposite = popup.
_cacheValid
[(int)CacheBits.DropOpposite];
751
_cacheValid
[(int)CacheBits.DropOpposite] = value;
752
_cacheValid
[(int)CacheBits.DropOppositeSet] = true;
758
_cacheValid
[(int)CacheBits.DropOppositeSet] = false;
1099
if (
_cacheValid
[(int)CacheBits.CaptureEngaged] && !StaysOpen &&
1100
!
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents])
1120
if (
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] &&
1124
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = false;
1130
if (!
_cacheValid
[(int)CacheBits.CaptureEngaged] && (_popupRoot != null) &&
1147
_cacheValid
[(int)CacheBits.IsIgnoringMouseEvents] = true;
1168
_cacheValid
[(int)CacheBits.CaptureEngaged] = true;
1175
if (
_cacheValid
[(int)CacheBits.CaptureEngaged])
1197
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
1236
popup.
_cacheValid
[(int)CacheBits.CaptureEngaged] = false;
2871
get { return
_cacheValid
[(int)CacheBits.IsTransparent]; }
2872
set {
_cacheValid
[(int)CacheBits.IsTransparent] = value; }
2877
get { return
_cacheValid
[(int)CacheBits.AnimateFromRight]; }
2878
set {
_cacheValid
[(int)CacheBits.AnimateFromRight] = value; }
2883
get { return
_cacheValid
[(int)CacheBits.AnimateFromBottom]; }
2884
set {
_cacheValid
[(int)CacheBits.AnimateFromBottom] = value; }
2890
get { return !
_cacheValid
[(int)CacheBits.HitTestable]; }
2891
set {
_cacheValid
[(int)CacheBits.HitTestable] = !value; }
2896
get { return
_cacheValid
[(int)CacheBits.IsDragDropActive]; }
2897
set {
_cacheValid
[(int)CacheBits.IsDragDropActive] = value; }