1 write to DocumentStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
226
DocumentStartRecord
= (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
11 references to DocumentStartRecord
PresentationFramework (11)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (11)
125
Debug.Assert(null !=
DocumentStartRecord
);
126
if (null !=
DocumentStartRecord
)
128
DocumentStartRecord
.LoadAsync = true;
129
DocumentStartRecord
.UpdateWrite(BinaryWriter);
144
Debug.Assert(null !=
DocumentStartRecord
);
145
if (null !=
DocumentStartRecord
)
147
DocumentStartRecord
.MaxAsyncRecords = maxAsyncRecords;
148
DocumentStartRecord
.UpdateWrite(BinaryWriter);
227
DocumentStartRecord
.DebugBaml = DebugBamlStream;
231
WriteBamlRecord(
DocumentStartRecord
, xamlDocumentNode.LineNumber,
234
BamlRecordManager.ReleaseWriteRecord(
DocumentStartRecord
);