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