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