1 instantiation of BamlDocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
579record = new BamlDocumentStartRecord();
9 references to BamlDocumentStartRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
1813BamlDocumentStartRecord documentStartRecord = (BamlDocumentStartRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
540void ReadDocumentStartRecord(BamlDocumentStartRecord documentStartRecord) 567ReadDocumentStartRecord((BamlDocumentStartRecord)bamlRecord);
System\Windows\Markup\BamlRecords.cs (2)
4037BamlDocumentStartRecord newRecord = (BamlDocumentStartRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (3)
216DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart); 1844BamlDocumentStartRecord DocumentStartRecord 1899BamlDocumentStartRecord _startDocumentRecord;