14 references to Current
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\KeyTipService.cs (10)
147KeyTipService current = Current; 219KeyTipService current = Current; 245KeyTipService current = Current; 254KeyTipService current = Current; 912Dictionary<XmlLanguage, CultureInfo> cultureCache = Current._cultureCache; 925Current._cultureCache = cultureCache = new Dictionary<XmlLanguage, CultureInfo>(); 1377KeyTipService current = Current; 1519KeyTipService current = Current; 1543KeyTipService current = Current; 1714Current.LeaveKeyTipMode(false);
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
135KeyTipService.Current.KeyTipEnterFocus += _keyTipEnterFocusHandler; 137KeyTipService.Current.KeyTipExitRestoreFocus += _keyTipExitRestoreFocusHandler; 2389if (KeyTipService.Current.State == KeyTipService.KeyTipState.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1271if (KeyTipService.Current.State != KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))