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