12 references to _cacheValid
PresentationFramework (12)
System\Windows\Controls\ComboBox.cs (12)
1966
get { return
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost]; }
1967
set {
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost] = value; }
1972
get { return
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost]; }
1973
set {
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost] = value; }
1978
get { return
_cacheValid
[(int)CacheBits.IsContextMenuOpen]; }
1979
set {
_cacheValid
[(int)CacheBits.IsContextMenuOpen] = value; }
1986
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1987
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1993
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1994
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
2000
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
2001
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }