1 instantiation of BamlDocumentStartRecord
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
584record = new BamlDocumentStartRecord();
3 references to BamlDocumentStartRecord
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlRecordWriter.cs (3)
226DocumentStartRecord = (BamlDocumentStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DocumentStart); 1858BamlDocumentStartRecord DocumentStartRecord 1913BamlDocumentStartRecord _startDocumentRecord;