7 references to PropertyWithExtension
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
768case BamlRecordType.PropertyWithExtension: 1666case BamlRecordType.PropertyWithExtension:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
84case BamlRecordType.PropertyWithExtension:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
693case BamlRecordType.PropertyWithExtension:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
622case BamlRecordType.PropertyWithExtension: 2461get { return BamlRecordType.PropertyWithExtension; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1202(BamlPropertyWithExtensionRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyWithExtension);