1 instantiation of BamlDocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
585record = new BamlDocumentStartRecord();
9 references to BamlDocumentStartRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
1823BamlDocumentStartRecord documentStartRecord = (BamlDocumentStartRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
549void ReadDocumentStartRecord(BamlDocumentStartRecord documentStartRecord) 576ReadDocumentStartRecord((BamlDocumentStartRecord)bamlRecord);
System\Windows\Markup\BamlRecords.cs (2)
4043BamlDocumentStartRecord newRecord = (BamlDocumentStartRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (3)
219DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart); 1847BamlDocumentStartRecord DocumentStartRecord 1902BamlDocumentStartRecord _startDocumentRecord;