14 references to Current
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\KeyTipService.cs (10)
147KeyTipService current = Current; 216KeyTipService current = Current; 242KeyTipService current = Current; 251KeyTipService current = Current; 909Dictionary<XmlLanguage, CultureInfo> cultureCache = Current._cultureCache; 922Current._cultureCache = cultureCache = new Dictionary<XmlLanguage, CultureInfo>(); 1369KeyTipService current = Current; 1505KeyTipService current = Current; 1529KeyTipService current = Current; 1700Current.LeaveKeyTipMode(false);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
135KeyTipService.Current.KeyTipEnterFocus += _keyTipEnterFocusHandler; 137KeyTipService.Current.KeyTipExitRestoreFocus += _keyTipExitRestoreFocusHandler; 2364if (KeyTipService.Current.State == KeyTipService.KeyTipState.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1263if (KeyTipService.Current.State != KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))