9 references to PropertyCustom
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
764case BamlRecordType.PropertyCustom: 1615case BamlRecordType.PropertyCustom:
System\Windows\Markup\BamlRecordHelper.cs (1)
92case BamlRecordType.PropertyCustom: // The "custom" size of this is a problem
System\Windows\Markup\BamlRecordReader.cs (1)
687case BamlRecordType.PropertyCustom:
System\Windows\Markup\BamlRecords.cs (4)
536case BamlRecordType.PropertyCustom: 565case BamlRecordType.PropertyCustom: 626case BamlRecordType.PropertyCustom: 2834get { return BamlRecordType.PropertyCustom; }
System\Windows\Markup\BamlRecordWriter.cs (1)
998(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);