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