7 references to PropertyWithExtension
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
747
case BamlRecordType.
PropertyWithExtension
:
1659
case BamlRecordType.
PropertyWithExtension
:
System\Windows\Markup\BamlRecordHelper.cs (1)
79
case BamlRecordType.
PropertyWithExtension
:
System\Windows\Markup\BamlRecordReader.cs (1)
660
case BamlRecordType.
PropertyWithExtension
:
System\Windows\Markup\BamlRecords.cs (2)
610
case BamlRecordType.
PropertyWithExtension
:
2369
get { return BamlRecordType.
PropertyWithExtension
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1187
(BamlPropertyWithExtensionRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyWithExtension
);