3 references to IsBidiControlCharacter
System (3)
net\System\IriHelper.cs (1)
290if (!Uri.IsBidiControlCharacter(ch) || !UriParser.DontKeepUnicodeBidiFormattingCharacters)
net\System\URI.cs (1)
5285if (c < '\u200E' || c > '\u202E' || !IsBidiControlCharacter(c)){
net\System\UriHelper.cs (1)
568else if (!Uri.IsBidiControlCharacter(unescapedCharsPtr[j]) || !UriParser.DontKeepUnicodeBidiFormattingCharacters)