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