2 writes to ValuePosition
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (1)
33
ValuePosition
= valuePosition;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
322
keyRecord.
ValuePosition
+= endOfKeysStartOfObjects;
7 references to ValuePosition
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (7)
323
previousKeyRecord?.ValueSize = (int)(keyRecord.
ValuePosition
- previousKeyRecord.
ValuePosition
);
326
previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.
ValuePosition
);
337
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
342
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);
390
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
395
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);