45 references to BinaryWriter
PresentationFramework (45)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (44)
88
bamlRecord.Write(
BinaryWriter
);
129
DocumentStartRecord.UpdateWrite(
BinaryWriter
);
148
DocumentStartRecord.UpdateWrite(
BinaryWriter
);
202
rec.Write(
BinaryWriter
);
211
rec.Write(
BinaryWriter
);
224
bamlVersion.WriteVersion(
BinaryWriter
);
272
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
282
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
480
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
485
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
598
valueId = MapTable.AddStringInfoMap(
BinaryWriter
,
640
stringId = MapTable.AddStringInfoMap(
BinaryWriter
,
664
stringId = MapTable.AddStringInfoMap(
BinaryWriter
,
747
BamlAssemblyInfoRecord bamlAssemblyInfoRecord = MapTable.AddAssemblyMap(
BinaryWriter
,
770
MapTable.AddAttributeInfoMap(
BinaryWriter
,
821
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
831
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
961
MapTable.AddAttributeInfoMap(
BinaryWriter
,
981
MapTable.AddAttributeInfoMap(
BinaryWriter
,
994
BinaryWriter
,
1035
short propertyId = MapTable.GetAttributeOrTypeId(
BinaryWriter
,
1097
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
1102
valueId = MapTable.AddTypeInfoMap(
BinaryWriter
,
1115
valueId = MapTable.GetStaticMemberId(
BinaryWriter
,
1131
valueId = MapTable.AddStringInfoMap(
BinaryWriter
, xamlPropertyNode.Value);
1138
valueId = MapTable.GetStaticMemberId(
BinaryWriter
,
1145
short attributeId = MapTable.AddAttributeInfoMap(
BinaryWriter
,
1220
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1231
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
1236
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
1259
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1291
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1322
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1353
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1384
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1423
valueId = MapTable.AddStringInfoMap(
BinaryWriter
,
1440
if (!MapTable.GetTypeInfoId(
BinaryWriter
, converterAssemblyFullName,
1444
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
1556
Int64 endOfStart =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1621
Int64 endOfKeys =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1629
Int64 position =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1644
keyRecord.UpdateValuePosition((Int32)(position-endOfKeys),
BinaryWriter
);
1656
Int64 startOfEnd =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1658
BinaryWriter
);
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
371
short propertyId = _parserContext.MapTable.GetAttributeOrTypeId(_bamlRecordWriter.
BinaryWriter
,