3 references to GetCulture
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\TextSearchInternal.cs (3)
122
if (_charsEntered.Count > 0 && string.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true,
GetCulture
(_attachedTo)) == 0)
263
if (_charsEntered.Count > 0 && string.Compare(_charsEntered[_charsEntered.Count - 1], nextChar, true,
GetCulture
(_attachedTo)) == 0)
404
CultureInfo cultureInfo =
GetCulture
(itemsControl);