1 write to DocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
215
DocumentStartRecord
= (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
11 references to DocumentStartRecord
PresentationFramework (11)
System\Windows\Markup\BamlRecordWriter.cs (11)
115
Debug.Assert(null !=
DocumentStartRecord
);
116
if (null !=
DocumentStartRecord
)
118
DocumentStartRecord
.LoadAsync = true;
119
DocumentStartRecord
.UpdateWrite(BinaryWriter);
133
Debug.Assert(null !=
DocumentStartRecord
);
134
if (null !=
DocumentStartRecord
)
136
DocumentStartRecord
.MaxAsyncRecords = maxAsyncRecords;
137
DocumentStartRecord
.UpdateWrite(BinaryWriter);
216
DocumentStartRecord
.DebugBaml = DebugBamlStream;
220
WriteBamlRecord(
DocumentStartRecord
, xamlDocumentNode.LineNumber,
223
BamlRecordManager.ReleaseWriteRecord(
DocumentStartRecord
);