10 references to _cacheValid
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (10)
1644
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1645
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1651
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1652
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
1658
get { return
_cacheValid
[(int)CacheBits.IsSelectedItemCached]; }
1659
private set {
_cacheValid
[(int)CacheBits.IsSelectedItemCached] = value; }
1665
get { return
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem]; }
1666
set {
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem] = value; }
1672
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
1673
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }