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