20 references to ReadDouble
mscorlib (3)
system\resources\resourcereader.cs (2)
636return _store.ReadDouble(); 725return _store.ReadDouble();
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
327return dataReader.ReadDouble();
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (4)
666val[i] = br.ReadDouble(); 675val[i] = DateTime.FromOADate(br.ReadDouble()); 714return br.ReadDouble(); 716return DateTime.FromOADate(br.ReadDouble());
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1333xform.Transform[i] = bw.ReadDouble();
Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs (1)
362return reader.ReadDouble();
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlFigureLengthSerializer.cs (1)
183unitValue = (double)reader.ReadDouble();
src\Framework\System\Windows\Markup\XamlGridLengthSerializer.cs (1)
184unitValue = (double)reader.ReadDouble();
System.Web (3)
UI\ObjectStateFormatter.cs (2)
547return reader.ReadDouble(); 610return new Unit(reader.ReadDouble(), (UnitType)reader.ReadInt32());
Util\altserialization.cs (1)
211value = reader.ReadDouble();
System.Web.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (3)
3080 objValue = reader.ReadDouble(); 3111 objValue = new Unit((double)reader.ReadDouble()); 3161 array[arrayIndex] = reader.ReadDouble();
System.Windows.Forms.DataVisualization (3)
Common\Utilities\XmlSerializer.cs (3)
3080 objValue = reader.ReadDouble(); 3111 objValue = new Unit((double)reader.ReadDouble()); 3161 array[arrayIndex] = reader.ReadDouble();