17 references to IsControl
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextComposition.cs (1)
342
Debug.Assert((_resultText.Length == 1) && Char.
IsControl
(_resultText[0]));
Core\CSharp\System\Windows\Interop\HwndKeyboardInputProvider.cs (1)
627
Char.
IsControl
(charcode))
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1556
if (Char.
IsControl
(textData[i]))
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
301
if (char.
IsControl
(current))
System.Data (4)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (4)
620
if (Char.
IsControl
(currentChar)) { throw ADP.ConnectionStringSyntax(startposition); }
634
if (Char.
IsControl
(currentChar)) { throw ADP.ConnectionStringSyntax(startposition); }
656
if (Char.
IsControl
(currentChar)) { throw ADP.ConnectionStringSyntax(startposition); }
662
if (Char.
IsControl
(currentChar) || ';' == currentChar) { goto ParserExit; }
System.Data.Entity (6)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (1)
197
if (Char.IsWhiteSpace(c) || Char.
IsControl
(c))
System\Data\EntityClient\DbConnectionOptions.cs (4)
225
if (Char.
IsControl
(currentChar)) { throw EntityUtil.ConnectionStringSyntax(startposition); }
241
if (Char.
IsControl
(currentChar)) { throw EntityUtil.ConnectionStringSyntax(startposition); }
259
if (Char.
IsControl
(currentChar)) { throw EntityUtil.ConnectionStringSyntax(startposition); }
265
if (Char.
IsControl
(currentChar) || ';' == currentChar) { goto ParserExit; }
System\Data\EntitySqlException.cs (1)
222
else if ((Char.
IsControl
(c) || Char.IsWhiteSpace(c)) && ('\r' != c))
System.Data.Services (1)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
820
if ((127 < (int)c) || Char.IsWhiteSpace(c) || Char.
IsControl
(c))
System.Data.Services.Client (1)
System\Data\Services\Client\BatchStream.cs (1)
820
if ((127 < (int)c) || Char.IsWhiteSpace(c) || Char.
IsControl
(c))
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
2336
if (char.
IsControl
(c))