10 references to _cacheValid
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (10)
1643
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1644
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1650
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1651
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
1657
get { return
_cacheValid
[(int)CacheBits.IsSelectedItemCached]; }
1658
private set {
_cacheValid
[(int)CacheBits.IsSelectedItemCached] = value; }
1664
get { return
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem]; }
1665
set {
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem] = value; }
1671
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
1672
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }