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