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