9 references to PropertyCustom
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
755case BamlRecordType.PropertyCustom: 1620case BamlRecordType.PropertyCustom:
System\Windows\Markup\BamlRecordHelper.cs (1)
90case BamlRecordType.PropertyCustom: // The "custom" size of this is a problem
System\Windows\Markup\BamlRecordReader.cs (1)
668case BamlRecordType.PropertyCustom:
System\Windows\Markup\BamlRecords.cs (4)
523case BamlRecordType.PropertyCustom: 552case BamlRecordType.PropertyCustom: 613case BamlRecordType.PropertyCustom: 2821get { return BamlRecordType.PropertyCustom; }
System\Windows\Markup\BamlRecordWriter.cs (1)
992(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);