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