2 writes to ValuePosition
PresentationFramework (2)
System\Windows\Markup\Baml2006\Baml2006KeyRecord.cs (1)
34
ValuePosition
= valuePosition;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
323
keyRecord.
ValuePosition
+= endOfKeysStartOfObjects;
7 references to ValuePosition
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (7)
326
previousKeyRecord.ValueSize = (int)(keyRecord.
ValuePosition
- previousKeyRecord.
ValuePosition
);
330
previousKeyRecord.ValueSize = (int)(_binaryReader.BaseStream.Length - previousKeyRecord.
ValuePosition
);
341
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
346
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);
394
if (record.
ValuePosition
== _binaryReader.BaseStream.Length)
399
_binaryReader.BaseStream.Seek(record.
ValuePosition
, SeekOrigin.Begin);