7 references to GetChar
PresentationCore (7)
MS\Internal\TextFormatting\Bidi.cs (7)
653intChar = DoubleWideChar.GetChar(charBuffer, ichText, cchText, counter, out wordCount); 1794intChar = DoubleWideChar.GetChar(charBuffer, ichText, cchText, index, out wordCount); 1813intChar = DoubleWideChar.GetChar(charBuffer, ichText, cchText, index, out wordCount); 1835intChar = DoubleWideChar.GetChar(charBuffer, ichText, cchText, index, out wordCount); 2016intChar = DoubleWideChar.GetChar(charBuffer, ichText, cchText, counter, out wordCount); 2035codePoint = DoubleWideChar.GetChar(charBuffer, ichText, cchText, counter, out wordCount); 2159intChar = DoubleWideChar.GetChar(charBuffer, ichText, cchText, counter, out wordCount);