1 write to DocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
216
DocumentStartRecord
= (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
11 references to DocumentStartRecord
PresentationFramework (11)
System\Windows\Markup\BamlRecordWriter.cs (11)
116
Debug.Assert(null !=
DocumentStartRecord
);
117
if (null !=
DocumentStartRecord
)
119
DocumentStartRecord
.LoadAsync = true;
120
DocumentStartRecord
.UpdateWrite(BinaryWriter);
134
Debug.Assert(null !=
DocumentStartRecord
);
135
if (null !=
DocumentStartRecord
)
137
DocumentStartRecord
.MaxAsyncRecords = maxAsyncRecords;
138
DocumentStartRecord
.UpdateWrite(BinaryWriter);
217
DocumentStartRecord
.DebugBaml = DebugBamlStream;
221
WriteBamlRecord(
DocumentStartRecord
, xamlDocumentNode.LineNumber,
224
BamlRecordManager.ReleaseWriteRecord(
DocumentStartRecord
);