9 references to PropertyCustom
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
756case BamlRecordType.PropertyCustom: 1621case BamlRecordType.PropertyCustom:
System\Windows\Markup\BamlRecordHelper.cs (1)
91case BamlRecordType.PropertyCustom: // The "custom" size of this is a problem
System\Windows\Markup\BamlRecordReader.cs (1)
669case BamlRecordType.PropertyCustom:
System\Windows\Markup\BamlRecords.cs (4)
524case BamlRecordType.PropertyCustom: 553case BamlRecordType.PropertyCustom: 614case BamlRecordType.PropertyCustom: 2822get { return BamlRecordType.PropertyCustom; }
System\Windows\Markup\BamlRecordWriter.cs (1)
993(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);