3 references to GetCultureForElement
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
102
_keyTipControl.Text = KeyTipService.GetKeyTip(keyTipElement).ToUpper(KeyTipService.
GetCultureForElement
(keyTipElement));
Microsoft\Windows\Controls\KeyTipService.cs (2)
530
CultureInfo culture =
GetCultureForElement
(targetAutoGenerationScope);
888
CultureInfo culture =
GetCultureForElement
(element);