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