9 references to PropertyCustom
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
754case BamlRecordType.PropertyCustom: 1605case 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)
678case BamlRecordType.PropertyCustom:
System\Windows\Markup\BamlRecords.cs (4)
530case BamlRecordType.PropertyCustom: 559case BamlRecordType.PropertyCustom: 620case BamlRecordType.PropertyCustom: 2828get { return BamlRecordType.PropertyCustom; }
System\Windows\Markup\BamlRecordWriter.cs (1)
995(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);