10 references to _cacheValid
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (10)
1646
get { return
_cacheValid
[(int)CacheBits.UpdatingText]; }
1647
set {
_cacheValid
[(int)CacheBits.UpdatingText] = value; }
1653
get { return
_cacheValid
[(int)CacheBits.UpdatingSelectedItem]; }
1654
set {
_cacheValid
[(int)CacheBits.UpdatingSelectedItem] = value; }
1660
get { return
_cacheValid
[(int)CacheBits.IsSelectedItemCached]; }
1661
private set {
_cacheValid
[(int)CacheBits.IsSelectedItemCached] = value; }
1667
get { return
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem]; }
1668
set {
_cacheValid
[(int)CacheBits.UpdatingHighlightedItem] = value; }
1674
get { return
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition]; }
1675
set {
_cacheValid
[(int)CacheBits.IsWaitingForTextComposition] = value; }