1 instantiation of BamlStaticResourceStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
704record = new BamlStaticResourceStartRecord();
4 references to BamlStaticResourceStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
1850BamlStaticResourceStartRecord startRecord = (BamlStaticResourceStartRecord)srRecord;
System\Windows\Markup\BamlRecordWriter.cs (2)
1679BamlStaticResourceStartRecord bamlStaticResourceStart = 1680(BamlStaticResourceStartRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.StaticResourceStart);