1 write to DocumentStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
226DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart);
11 references to DocumentStartRecord
PresentationFramework (11)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (11)
125Debug.Assert(null != DocumentStartRecord); 126if (null != DocumentStartRecord) 128DocumentStartRecord.LoadAsync = true; 129DocumentStartRecord.UpdateWrite(BinaryWriter); 144Debug.Assert(null != DocumentStartRecord); 145if (null != DocumentStartRecord) 147DocumentStartRecord.MaxAsyncRecords = maxAsyncRecords; 148DocumentStartRecord.UpdateWrite(BinaryWriter); 227DocumentStartRecord.DebugBaml = DebugBamlStream; 231WriteBamlRecord(DocumentStartRecord, xamlDocumentNode.LineNumber, 234BamlRecordManager.ReleaseWriteRecord(DocumentStartRecord);