12 references to _cacheValid
PresentationFramework (12)
System\Windows\Controls\ComboBox.cs (12)
1951
get { return
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost]; }
1952
set {
_cacheValid
[(int)CacheBits.IsMouseOverItemsHost] = value; }
1957
get { return
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost]; }
1958
set {
_cacheValid
[(int)CacheBits.HasMouseEnteredItemsHost] = value; }
1963
get { return
_cacheValid
[(int)CacheBits.IsContextMenuOpen]; }
1964
set {
_cacheValid
[(int)CacheBits.IsContextMenuOpen] = value; }
1971
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1972
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1978
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1979
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
1985
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
1986
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }