76 references to Control
mscorlib (70)
system\char.cs (69)
47(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0000 - 0007 48(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0008 - 000F 49(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0010 - 0017 50(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0018 - 001F 62(byte)UnicodeCategory.LowercaseLetter, (byte)UnicodeCategory.LowercaseLetter, (byte)UnicodeCategory.LowercaseLetter, (byte)UnicodeCategory.OpenPunctuation, (byte)UnicodeCategory.MathSymbol, (byte)UnicodeCategory.ClosePunctuation, (byte)UnicodeCategory.MathSymbol, (byte)UnicodeCategory.Control, // 0078 - 007F 63(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0080 - 0087 64(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0088 - 008F 65(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0090 - 0097 66(byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, (byte)UnicodeCategory.Control, // 0098 - 009F 511return (GetLatin1UnicodeCategory(c) == UnicodeCategory.Control); 513return (CharUnicodeInfo.GetUnicodeCategory(c) == UnicodeCategory.Control); 525return (GetLatin1UnicodeCategory(c) == UnicodeCategory.Control); 527return (CharUnicodeInfo.GetUnicodeCategory(s, index) == UnicodeCategory.Control);
system\globalization\stringinfo.cs (1)
231|| (ucCurrent == UnicodeCategory.Control)
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextPointerBase.cs (1)
1398if (category0 != UnicodeCategory.Control &&
System (3)
regex\system\text\regularexpressions\RegexCharClass.cs (1)
376groups[1] = (char) ((int) UnicodeCategory.Control + 1);
services\monitoring\system\diagnosticts\EventLog.cs (1)
1348return (!(uc == UnicodeCategory.Control) || (uc == UnicodeCategory.Format) ||
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1485return (!(uc == UnicodeCategory.Control) || (uc == UnicodeCategory.Format) ||
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
2503case UnicodeCategory.Control:
System.Xml (1)
System\Xml\Serialization\CodeIdentifier.cs (1)
122case UnicodeCategory.Control: