1 instantiation of BamlStaticResourceStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
698record = new BamlStaticResourceStartRecord();
4 references to BamlStaticResourceStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
1841BamlStaticResourceStartRecord startRecord = (BamlStaticResourceStartRecord)srRecord;
System\Windows\Markup\BamlRecordWriter.cs (2)
1676BamlStaticResourceStartRecord bamlStaticResourceStart = 1677(BamlStaticResourceStartRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.StaticResourceStart);