1 instantiation of BamlPropertyWithExtensionRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
618record = new BamlPropertyWithExtensionRecord();
9 references to BamlPropertyWithExtensionRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (3)
900SetCommonPropertyInfo(info, ((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId); 1646string value = GetExtensionValueString((BamlPropertyWithExtensionRecord)_currentBamlRecord); 1648((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (2)
671ReadPropertyWithExtensionRecord((BamlPropertyWithExtensionRecord)bamlRecord); 2427protected virtual void ReadPropertyWithExtensionRecord(BamlPropertyWithExtensionRecord bamlPropertyRecord)
System\Windows\Markup\BamlRecords.cs (2)
2363BamlPropertyWithExtensionRecord newRecord = (BamlPropertyWithExtensionRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1189BamlPropertyWithExtensionRecord bamlPropertyWithExtension = 1190(BamlPropertyWithExtensionRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithExtension);