2 references to DontKeepUnicodeBidiFormattingCharacters
System (2)
net\System\IriHelper.cs (1)
290
if (!Uri.IsBidiControlCharacter(ch) || !UriParser.
DontKeepUnicodeBidiFormattingCharacters
)
net\System\UriHelper.cs (1)
568
else if (!Uri.IsBidiControlCharacter(unescapedCharsPtr[j]) || !UriParser.
DontKeepUnicodeBidiFormattingCharacters
)