47 references to BinaryWriter
PresentationBuildTasks (47)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (45)
78
bamlRecord.Write(
BinaryWriter
);
137
DocumentStartRecord.UpdateWrite(
BinaryWriter
);
191
rec.Write(
BinaryWriter
);
200
rec.Write(
BinaryWriter
);
213
bamlVersion.WriteVersion(
BinaryWriter
);
261
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
271
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
468
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
473
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
583
valueId = MapTable.AddStringInfoMap(
BinaryWriter
,
625
stringId = MapTable.AddStringInfoMap(
BinaryWriter
,
649
stringId = MapTable.AddStringInfoMap(
BinaryWriter
,
705
BamlAssemblyInfoRecord bamlAssemblyInfoRecord = MapTable.AddAssemblyMap(
BinaryWriter
, (string)asmList[i]);
732
BamlAssemblyInfoRecord bamlAssemblyInfoRecord = MapTable.AddAssemblyMap(
BinaryWriter
,
755
MapTable.AddAttributeInfoMap(
BinaryWriter
,
806
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
816
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
889
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
894
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
946
MapTable.AddAttributeInfoMap(
BinaryWriter
,
966
MapTable.AddAttributeInfoMap(
BinaryWriter
,
979
BinaryWriter
,
1020
short propertyId = MapTable.GetAttributeOrTypeId(
BinaryWriter
,
1082
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
1087
valueId = MapTable.AddTypeInfoMap(
BinaryWriter
,
1100
valueId = MapTable.GetStaticMemberId(
BinaryWriter
,
1116
valueId = MapTable.AddStringInfoMap(
BinaryWriter
, xamlPropertyNode.Value);
1123
valueId = MapTable.GetStaticMemberId(
BinaryWriter
,
1130
short attributeId = MapTable.AddAttributeInfoMap(
BinaryWriter
,
1205
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1216
if (!MapTable.GetTypeInfoId(
BinaryWriter
,
1221
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
1244
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1276
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1307
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1338
MapTable.AddAttributeInfoMap(
BinaryWriter
,
1408
valueId = MapTable.AddStringInfoMap(
BinaryWriter
,
1425
if (!MapTable.GetTypeInfoId(
BinaryWriter
, converterAssemblyFullName,
1429
typeId = MapTable.AddTypeInfoMap(
BinaryWriter
,
1541
Int64 endOfStart =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1606
Int64 endOfKeys =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1614
Int64 position =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1627
keyRecord?.UpdateValuePosition((Int32)(position-endOfKeys),
BinaryWriter
);
1638
Int64 startOfEnd =
BinaryWriter
.Seek(0, SeekOrigin.Current);
1640
BinaryWriter
);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
359
short propertyId = MapTable.GetAttributeOrTypeId(BamlRecordWriter.
BinaryWriter
,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
408
short propertyId = MapTable.GetAttributeOrTypeId(BamlRecordWriter.
BinaryWriter
,