14 references to Current
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\KeyTipService.cs (10)
146KeyTipService current = Current; 215KeyTipService current = Current; 241KeyTipService current = Current; 250KeyTipService current = Current; 908Dictionary<XmlLanguage, CultureInfo> cultureCache = Current._cultureCache; 921Current._cultureCache = cultureCache = new Dictionary<XmlLanguage, CultureInfo>(); 1368KeyTipService current = Current; 1504KeyTipService current = Current; 1528KeyTipService current = Current; 1699Current.LeaveKeyTipMode(false);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
134KeyTipService.Current.KeyTipEnterFocus += _keyTipEnterFocusHandler; 136KeyTipService.Current.KeyTipExitRestoreFocus += _keyTipExitRestoreFocusHandler; 2363if (KeyTipService.Current.State == KeyTipService.KeyTipState.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1262if (KeyTipService.Current.State != KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))