10 references to _cacheValid
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (10)
1640
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1641
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1647
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1648
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
1654
get { return
_cacheValid
[(int)CacheBits.IsSelectedItemCached]; }
1655
private set {
_cacheValid
[(int)CacheBits.IsSelectedItemCached] = value; }
1661
get { return
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem]; }
1662
set {
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem] = value; }
1668
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
1669
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }