18 references to OtherLetter
mscorlib (3)
system\char.cs (2)
225case (UnicodeCategory.OtherLetter): 351case UnicodeCategory.OtherLetter:
system\globalization\textinfo.cs (1)
906|| uc == UnicodeCategory.OtherLetter);
PresentationBuildTasks (1)
Base\System\Windows\Markup\RuntimeIdentifierPropertyAttribute.cs (1)
119uc == UnicodeCategory.OtherLetter || // (Lo)
System (2)
compmod\system\codedom\compiler\CodeGenerator.cs (1)
1943case UnicodeCategory.OtherLetter: // Lo
regex\system\text\regularexpressions\RegexCharClass.cs (1)
395groups[3] = (char) ((int) UnicodeCategory.OtherLetter + 1);
System.Activities (1)
System\Activities\Debugger\State.cs (1)
159(category == UnicodeCategory.OtherLetter) ||
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
56UnicodeCategory.OtherLetter != unc &&
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
2491case UnicodeCategory.OtherLetter: // Lo
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1602case UnicodeCategory.OtherLetter: // Lo
System.ServiceModel (1)
System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
77case UnicodeCategory.OtherLetter: // Lo
System.ServiceModel.Web (1)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (1)
236case UnicodeCategory.OtherLetter: // Lo
System.Web.Extensions (2)
UI\WebControls\Dynamic.cs (2)
20021 << (int)UnicodeCategory.OtherLetter | 20141 << (int)UnicodeCategory.OtherLetter |
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
422|| uc == UnicodeCategory.OtherLetter
System.WorkflowServices (1)
System\Workflow\Activities\ValidationHelper.cs (1)
42case UnicodeCategory.OtherLetter: // Lo
System.Xml (1)
System\Xml\Serialization\CodeIdentifier.cs (1)
110case UnicodeCategory.OtherLetter: // Lo
WindowsBase (1)
Base\System\Windows\Markup\RuntimeIdentifierPropertyAttribute.cs (1)
119uc == UnicodeCategory.OtherLetter || // (Lo)