9 references to PropertyCustom
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
756
case BamlRecordType.
PropertyCustom
:
1621
case BamlRecordType.
PropertyCustom
:
System\Windows\Markup\BamlRecordHelper.cs (1)
91
case BamlRecordType.
PropertyCustom
: // The "custom" size of this is a problem
System\Windows\Markup\BamlRecordReader.cs (1)
669
case BamlRecordType.
PropertyCustom
:
System\Windows\Markup\BamlRecords.cs (4)
524
case BamlRecordType.
PropertyCustom
:
553
case BamlRecordType.
PropertyCustom
:
614
case BamlRecordType.
PropertyCustom
:
2822
get { return BamlRecordType.
PropertyCustom
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
993
(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyCustom
);