1 instantiation of BamlPropertyWithExtensionRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
612record = new BamlPropertyWithExtensionRecord();
9 references to BamlPropertyWithExtensionRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (3)
904SetCommonPropertyInfo(info, ((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId); 1662string value = GetExtensionValueString((BamlPropertyWithExtensionRecord)_currentBamlRecord); 1664((BamlPropertyWithExtensionRecord)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (2)
662ReadPropertyWithExtensionRecord((BamlPropertyWithExtensionRecord)bamlRecord); 2420protected virtual void ReadPropertyWithExtensionRecord(BamlPropertyWithExtensionRecord bamlPropertyRecord)
System\Windows\Markup\BamlRecords.cs (2)
2357BamlPropertyWithExtensionRecord newRecord = (BamlPropertyWithExtensionRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1187BamlPropertyWithExtensionRecord bamlPropertyWithExtension = 1188(BamlPropertyWithExtensionRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithExtension);