3 references to Char16
mscorlib (3)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
134if (this.Type != PropertyType.Char16)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
322return new CLRIReferenceImpl<char>(PropertyType.Char16, (char)obj);
system\runtime\interopservices\windowsruntime\propertyvalue.cs (1)
57Char16Array = Char16 + 1024,