1 instantiation of BamlPropertyWithExtensionRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
624
record = new
BamlPropertyWithExtensionRecord
();
9 references to BamlPropertyWithExtensionRecord
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (3)
910
SetCommonPropertyInfo(info, ((
BamlPropertyWithExtensionRecord
)_currentBamlRecord).AttributeId);
1656
string value = GetExtensionValueString((
BamlPropertyWithExtensionRecord
)_currentBamlRecord);
1658
((
BamlPropertyWithExtensionRecord
)_currentBamlRecord).AttributeId);
System\Windows\Markup\BamlRecordReader.cs (2)
680
ReadPropertyWithExtensionRecord((
BamlPropertyWithExtensionRecord
)bamlRecord);
2436
protected virtual void ReadPropertyWithExtensionRecord(
BamlPropertyWithExtensionRecord
bamlPropertyRecord)
System\Windows\Markup\BamlRecords.cs (2)
2369
BamlPropertyWithExtensionRecord
newRecord = (
BamlPropertyWithExtensionRecord
)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1192
BamlPropertyWithExtensionRecord
bamlPropertyWithExtension =
1193
(
BamlPropertyWithExtensionRecord
)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithExtension);