7 references to PropertyWithExtension
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
756case BamlRecordType.PropertyWithExtension: 1654case BamlRecordType.PropertyWithExtension:
System\Windows\Markup\BamlRecordHelper.cs (1)
81case BamlRecordType.PropertyWithExtension:
System\Windows\Markup\BamlRecordReader.cs (1)
679case BamlRecordType.PropertyWithExtension:
System\Windows\Markup\BamlRecords.cs (2)
623case BamlRecordType.PropertyWithExtension: 2382get { return BamlRecordType.PropertyWithExtension; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1193(BamlPropertyWithExtensionRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithExtension);