1 instantiation of BamlPropertyWithStaticResourceIdRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
722record = new BamlPropertyWithStaticResourceIdRecord();
8 references to BamlPropertyWithStaticResourceIdRecord
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (2)
921BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceIdRecord = 922(BamlPropertyWithStaticResourceIdRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
776ReadPropertyWithStaticResourceIdRecord((BamlPropertyWithStaticResourceIdRecord)bamlRecord); 1944BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceIdRecord)
System\Windows\Markup\BamlRecords.cs (2)
3810BamlPropertyWithStaticResourceIdRecord newRecord = (BamlPropertyWithStaticResourceIdRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1177BamlPropertyWithStaticResourceIdRecord bamlPropertyWithStaticResourceId = 1178(BamlPropertyWithStaticResourceIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithStaticResourceId);