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