10 references to _cacheValid
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (10)
1648
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1649
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1655
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1656
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
1662
get { return
_cacheValid
[(int)CacheBits.IsSelectedItemCached]; }
1663
private set {
_cacheValid
[(int)CacheBits.IsSelectedItemCached] = value; }
1669
get { return
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem]; }
1670
set {
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem] = value; }
1676
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
1677
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }