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