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