1 instantiation of BamlStaticResourceStartRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
691record = new BamlStaticResourceStartRecord();
4 references to BamlStaticResourceStartRecord
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (2)
1831BamlStaticResourceStartRecord startRecord = (BamlStaticResourceStartRecord)srRecord;
System\Windows\Markup\BamlRecordWriter.cs (2)
1670BamlStaticResourceStartRecord bamlStaticResourceStart = 1671(BamlStaticResourceStartRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.StaticResourceStart);