1 instantiation of BamlPropertyWithStaticResourceIdRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
709record = new BamlPropertyWithStaticResourceIdRecord();
8 references to BamlPropertyWithStaticResourceIdRecord
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (2)
914BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceIdRecord = 915(BamlPropertyWithStaticResourceIdRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
757ReadPropertyWithStaticResourceIdRecord((BamlPropertyWithStaticResourceIdRecord)bamlRecord); 1925BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceIdRecord)
System\Windows\Markup\BamlRecords.cs (2)
3797BamlPropertyWithStaticResourceIdRecord newRecord = (BamlPropertyWithStaticResourceIdRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1171BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceId = 1172(BamlPropertyWithStaticResourceIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithStaticResourceId);