1 write to DocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
219
DocumentStartRecord
= (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
11 references to DocumentStartRecord
PresentationFramework (11)
System\Windows\Markup\BamlRecordWriter.cs (11)
119
Debug.Assert(null !=
DocumentStartRecord
);
120
if (null !=
DocumentStartRecord
)
122
DocumentStartRecord
.LoadAsync = true;
123
DocumentStartRecord
.UpdateWrite(BinaryWriter);
137
Debug.Assert(null !=
DocumentStartRecord
);
138
if (null !=
DocumentStartRecord
)
140
DocumentStartRecord
.MaxAsyncRecords = maxAsyncRecords;
141
DocumentStartRecord
.UpdateWrite(BinaryWriter);
220
DocumentStartRecord
.DebugBaml = DebugBamlStream;
224
WriteBamlRecord(
DocumentStartRecord
, xamlDocumentNode.LineNumber,
227
BamlRecordManager.ReleaseWriteRecord(
DocumentStartRecord
);