1 instantiation of BamlDocumentStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
584record = new BamlDocumentStartRecord();
9 references to BamlDocumentStartRecord
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1836BamlDocumentStartRecord documentStartRecord = (BamlDocumentStartRecord)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
563void ReadDocumentStartRecord(BamlDocumentStartRecord documentStartRecord) 590ReadDocumentStartRecord((BamlDocumentStartRecord)bamlRecord);
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4251BamlDocumentStartRecord newRecord = (BamlDocumentStartRecord)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
226DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart); 1858BamlDocumentStartRecord DocumentStartRecord 1913BamlDocumentStartRecord _startDocumentRecord;