1 instantiation of BamlStaticResourceStartRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
703record = new BamlStaticResourceStartRecord();
4 references to BamlStaticResourceStartRecord
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
1881BamlStaticResourceStartRecord startRecord = (BamlStaticResourceStartRecord)srRecord;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1689BamlStaticResourceStartRecord bamlStaticResourceStart = 1690(BamlStaticResourceStartRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.StaticResourceStart);