12 references to _cacheValid
PresentationFramework (12)
System\Windows\Controls\ComboBox.cs (12)
1960
get { return
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost]; }
1961
set {
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost] = value; }
1966
get { return
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost]; }
1967
set {
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost] = value; }
1972
get { return
_cacheValid
[(int)CacheBits.IsContextMenuOpen]; }
1973
set {
_cacheValid
[(int)CacheBits.IsContextMenuOpen] = value; }
1980
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1981
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1987
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1988
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
1994
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
1995
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }