12 references to _cacheValid
PresentationFramework (12)
System\Windows\Controls\ComboBox.cs (12)
1975
get { return
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost]; }
1976
set {
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost] = value; }
1981
get { return
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost]; }
1982
set {
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost] = value; }
1987
get { return
_cacheValid
[(int)CacheBits.IsContextMenuOpen]; }
1988
set {
_cacheValid
[(int)CacheBits.IsContextMenuOpen] = value; }
1995
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1996
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
2002
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
2003
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
2009
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
2010
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }