4 references to RecordTypeFieldLength
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
2010
offset -= bamlRecord.RecordSize + BamlRecord.
RecordTypeFieldLength
;
2016
offset -= bamlDebugRecord.RecordSize + BamlRecord.
RecordTypeFieldLength
;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
235
if (BamlRecord.
RecordTypeFieldLength
> bytesAvailable)
243
bytesAvailable -= BamlRecord.
RecordTypeFieldLength
;