9 references to PropertyCustom
PresentationFramework (9)
System\Windows\Markup\BamlReader.cs (2)
755
case BamlRecordType.
PropertyCustom
:
1620
case BamlRecordType.
PropertyCustom
:
System\Windows\Markup\BamlRecordHelper.cs (1)
90
case BamlRecordType.
PropertyCustom
: // The "custom" size of this is a problem
System\Windows\Markup\BamlRecordReader.cs (1)
668
case BamlRecordType.
PropertyCustom
:
System\Windows\Markup\BamlRecords.cs (4)
523
case BamlRecordType.
PropertyCustom
:
552
case BamlRecordType.
PropertyCustom
:
613
case BamlRecordType.
PropertyCustom
:
2821
get { return BamlRecordType.
PropertyCustom
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
992
(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyCustom
);