5 references to PropertyCustom
PresentationBuildTasks (5)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
95case BamlRecordType.PropertyCustom: // The "custom" size of this is a problem
Framework\System\Windows\Markup\BamlRecords.cs (3)
564case BamlRecordType.PropertyCustom: 625case BamlRecordType.PropertyCustom: 2922get { return BamlRecordType.PropertyCustom; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1007(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyCustom);