7 references to PropertyWithExtension
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
748case BamlRecordType.PropertyWithExtension: 1660case BamlRecordType.PropertyWithExtension:
System\Windows\Markup\BamlRecordHelper.cs (1)
80case BamlRecordType.PropertyWithExtension:
System\Windows\Markup\BamlRecordReader.cs (1)
661case BamlRecordType.PropertyWithExtension:
System\Windows\Markup\BamlRecords.cs (2)
611case BamlRecordType.PropertyWithExtension: 2370get { return BamlRecordType.PropertyWithExtension; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1188(BamlPropertyWithExtensionRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithExtension);