9 references to PropertyCustom
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
754
case BamlRecordType.
PropertyCustom
:
1605
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)
678
case BamlRecordType.
PropertyCustom
:
System\Windows\Markup\BamlRecords.cs (4)
530
case BamlRecordType.
PropertyCustom
:
559
case BamlRecordType.
PropertyCustom
:
620
case BamlRecordType.
PropertyCustom
:
2828
get { return BamlRecordType.
PropertyCustom
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
995
(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyCustom
);