8 references to LCID
PresentationFramework (2)
System\Windows\Documents\TextFindEngine.cs (2)
525int subStringIndex = FindNLSString(compareInfo.LCID, findNLSStringFlags, 539matchIndex = FindNLSString(compareInfo.LCID, findNLSStringFlags,
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (5)
968return new SortVersion(sortVersion, LCID, new Guid(sortVersion, 0, 0, 0, 0, 0, 0, 969(byte) (LCID >> 24), 970(byte) ((LCID & 0x00FF0000) >> 16), 971(byte) ((LCID & 0x0000FF00) >> 8), 972(byte) (LCID & 0xFF)));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
580nlsVersion.dwEffectiveId == 0 ? LCID : nlsVersion.dwEffectiveId,