1 instantiation of BamlPropertyWithStaticResourceIdRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
721record = new BamlPropertyWithStaticResourceIdRecord();
8 references to BamlPropertyWithStaticResourceIdRecord
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
933BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceIdRecord = 934(BamlPropertyWithStaticResourceIdRecord)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
794ReadPropertyWithStaticResourceIdRecord((BamlPropertyWithStaticResourceIdRecord)bamlRecord); 1975BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceIdRecord)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4000BamlPropertyWithStaticResourceIdRecord newRecord = (BamlPropertyWithStaticResourceIdRecord)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1186BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceId = 1187(BamlPropertyWithStaticResourceIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithStaticResourceId);