12 references to
PresentationCore (12)
Core\CSharp\MS\Internal\Shaping\TypefaceMap.cs (2)
560
useDeviceFont = deviceFont.ContainsCharacter(digitMap[unicodeString
[
ich]]);
565
&& (useDeviceFont == deviceFont.ContainsCharacter(digitMap[unicodeString
[
i]])))
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (5)
513
int intChar = charString
[
i];
516
if (((charString
[
i] & 0xFC00) == 0xDC00) && (i > 0) && ((charString
[
i-1] & 0xFC00) == 0xD800))
518
intChar = (((charString
[
i-1] & 0x03ff) << 10) | (charString
[
i] & 0x3ff)) + 0x10000;
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1858
while (underlineLength > 0 && IsSpace(charBufferRange
[
underlineLength - 1]))
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (2)
1826
pCodepoints[i] = characters
[
i];
1836
codepoints[i] = characters
[
i];
Core\CSharp\System\Windows\Media\Typeface.cs (2)
443
char ch = charBufferRange
[
i++];
486
char ch = charBufferRange
[
i++];