1 instantiation of BamlDocumentStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
572record = new BamlDocumentStartRecord();
9 references to BamlDocumentStartRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
1827BamlDocumentStartRecord documentStartRecord = (BamlDocumentStartRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
530private void ReadDocumentStartRecord(BamlDocumentStartRecord documentStartRecord) 557ReadDocumentStartRecord((BamlDocumentStartRecord)bamlRecord);
System\Windows\Markup\BamlRecords.cs (2)
4030BamlDocumentStartRecord newRecord = (BamlDocumentStartRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (3)
215DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart); 1838private BamlDocumentStartRecord DocumentStartRecord 1893private BamlDocumentStartRecord _startDocumentRecord;