9 references to PropertyCustom
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
776case BamlRecordType.PropertyCustom: 1627case BamlRecordType.PropertyCustom:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
95case BamlRecordType.PropertyCustom: // The "custom" size of this is a problem
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
701case BamlRecordType.PropertyCustom:
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
535case BamlRecordType.PropertyCustom: 564case BamlRecordType.PropertyCustom: 625case BamlRecordType.PropertyCustom: 2922get { return BamlRecordType.PropertyCustom; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1007(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);