101 references to ReadInt16
mscorlib (3)
system\resources\resourcereader.cs (2)
624return _store.ReadInt16(); 704return _store.ReadInt16();
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
332return dataReader.ReadInt16();
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
610val[i] = br.ReadInt16(); 700return br.ReadInt16();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
253short sFraction = rdr.ReadInt16();
PresentationFramework (85)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (45)
428return BamlSchemaContext.GetClrType(_binaryReader.ReadInt16()); 735string name = _context.SchemaContext.GetString(_binaryReader.ReadInt16()); 801short converterId = _binaryReader.ReadInt16(); 837XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 856short resourceId = _binaryReader.ReadInt16(); 892short keyId = _binaryReader.ReadInt16(); 969Int16 stringId = _binaryReader.ReadInt16(); 990Int16 keyStringId = _binaryReader.ReadInt16(); 1009Int16 typeId = _binaryReader.ReadInt16(); 1055short textId = _binaryReader.ReadInt16(); 1109Int16 typeId = _binaryReader.ReadInt16(); 1143Int16 typeId = _binaryReader.ReadInt16(); 1319Int16 typeId = _binaryReader.ReadInt16(); 1389XamlMember eventProperty = GetProperty(_binaryReader.ReadInt16(), false); 1411XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1511XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1513short serializerTypeId = _binaryReader.ReadInt16(); 1559property = BamlSchemaContext.GetDependencyProperty(_binaryReader.ReadInt16()); 1563Type type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()).UnderlyingType; 1591XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1595short typeConverterId = _binaryReader.ReadInt16(); 1648short propertyId = _binaryReader.ReadInt16(); 1649Int16 extensionId = _binaryReader.ReadInt16(); 1650Int16 valueId = _binaryReader.ReadInt16(); 1870XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 1871XamlType type = BamlSchemaContext.GetXamlType(_binaryReader.ReadInt16()); 1898short propertyId = _binaryReader.ReadInt16(); 1899Int16 resourceId = _binaryReader.ReadInt16(); 1993XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2004XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2014XamlMember property = GetProperty(_binaryReader.ReadInt16(), _context.CurrentFrame.XamlType); 2155short recordSize = _binaryReader.ReadInt16(); 2166assemblies[i] = _binaryReader.ReadInt16(); 2203Int16 assemblyId = _binaryReader.ReadInt16(); 2209Int16 assemblyId = _binaryReader.ReadInt16(); 2218Int16 typeId = _binaryReader.ReadInt16(); 2219Int16 assemblyId = _binaryReader.ReadInt16(); 2230Int16 typeId = _binaryReader.ReadInt16(); 2231Int16 assemblyId = _binaryReader.ReadInt16(); 2233Int16 serializerId = _binaryReader.ReadInt16(); // currently not used. (found through reflection) 2243short propertyId = _binaryReader.ReadInt16(); 2244Int16 declaringTypeId = _binaryReader.ReadInt16(); 2254Int16 id = _binaryReader.ReadInt16(); 2262Int16 propertyId = _binaryReader.ReadInt16(); 2629XamlType declaringType = BamlSchemaContext.GetXamlType(reader.ReadInt16());
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2150short dpId = BinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecords.cs (36)
1184short count = bamlBinaryReader.ReadInt16(); 1192AssemblyIds[i] = bamlBinaryReader.ReadInt16(); 1297AssemblyId = bamlBinaryReader.ReadInt16(); 1704ValueId = bamlBinaryReader.ReadInt16(); 1899NameId = bamlBinaryReader.ReadInt16(); 1994NameId = bamlBinaryReader.ReadInt16(); 2078AttributeId = bamlBinaryReader.ReadInt16(); 2150AttributeId = bamlBinaryReader.ReadInt16(); 2151StringId = bamlBinaryReader.ReadInt16(); 2217AttributeId = bamlBinaryReader.ReadInt16(); 2218TypeId = bamlBinaryReader.ReadInt16(); 2281ConverterTypeId = bamlBinaryReader.ReadInt16(); 2347AttributeId = bamlBinaryReader.ReadInt16(); 2416AttributeId = bamlBinaryReader.ReadInt16(); 2417short extensionTypeId = bamlBinaryReader.ReadInt16(); 2418ValueId = bamlBinaryReader.ReadInt16(); 2792AttributeId = bamlBinaryReader.ReadInt16(); 2793short serializerTypeId = bamlBinaryReader.ReadInt16(); 3068TypeId = bamlBinaryReader.ReadInt16(); 3236AttributeId = bamlBinaryReader.ReadInt16(); 3396TypeId = bamlBinaryReader.ReadInt16(); 3535TypeId = bamlBinaryReader.ReadInt16(); 3779ValueId = bamlBinaryReader.ReadInt16(); 3906StaticResourceId = bamlBinaryReader.ReadInt16(); 3984AttributeId = bamlBinaryReader.ReadInt16(); 3985StaticResourceId = bamlBinaryReader.ReadInt16(); 4076ValueId = bamlBinaryReader.ReadInt16(); 4130ConverterTypeId = bamlBinaryReader.ReadInt16(); 4402AssemblyId = bamlBinaryReader.ReadInt16(); 4526TypeId = bamlBinaryReader.ReadInt16(); 4527AssemblyId = bamlBinaryReader.ReadInt16(); 4733SerializerTypeId = bamlBinaryReader.ReadInt16(); 4835AttributeId = bamlBinaryReader.ReadInt16(); 4836OwnerTypeId = bamlBinaryReader.ReadInt16(); 5231StringId = bamlBinaryReader.ReadInt16(); 5342AttributeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (1)
144type = schemaContext.GetXamlType(reader.ReadInt16()).UnderlyingType;
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
175unitValue = (double)reader.ReadInt16();
src\Framework\System\Windows\Markup\XamlGridLengthSerializer.cs (1)
176unitValue = (double)reader.ReadInt16();
System.Web (2)
UI\ObjectStateFormatter.cs (1)
549return reader.ReadInt16();
Util\altserialization.cs (1)
219value = reader.ReadInt16();
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
621 return reader.ReadInt16();
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
621 return reader.ReadInt16();
WindowsBase (6)
Base\System\IO\Packaging\CompoundFile\FormatVersion.cs (6)
480major = reader.ReadInt16(); // Major number 482minor = reader.ReadInt16(); // Minor number 491major = reader.ReadInt16(); // Major number 493minor = reader.ReadInt16(); // Minor number 502major = reader.ReadInt16(); // Major number 504minor = reader.ReadInt16(); // Minor number