12 references to _cacheValid
PresentationFramework (12)
System\Windows\Controls\ComboBox.cs (12)
1967
get { return
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost]; }
1968
set {
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost] = value; }
1973
get { return
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost]; }
1974
set {
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost] = value; }
1979
get { return
_cacheValid
[(int)CacheBits.IsContextMenuOpen]; }
1980
set {
_cacheValid
[(int)CacheBits.IsContextMenuOpen] = value; }
1987
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1988
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1994
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1995
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
2001
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
2002
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }