1 instantiation of BamlPropertyWithExtensionRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
623record = new BamlPropertyWithExtensionRecord();
9 references to BamlPropertyWithExtensionRecord
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlReader.cs (3)
922SetCommonPropertyInfo(info, ((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId); 1668string value = GetExtensionValueString((BamlPropertyWithExtensionRecord)_currentBamlRecord); 1670((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
694ReadPropertyWithExtensionRecord((BamlPropertyWithExtensionRecord)bamlRecord); 2467protected virtual void ReadPropertyWithExtensionRecord(BamlPropertyWithExtensionRecord bamlPropertyRecord)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2448BamlPropertyWithExtensionRecord newRecord = (BamlPropertyWithExtensionRecord)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1201BamlPropertyWithExtensionRecord bamlPropertyWithExtension = 1202(BamlPropertyWithExtensionRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithExtension);