9 references to PropertyCustom
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
776
case BamlRecordType.
PropertyCustom
:
1627
case BamlRecordType.
PropertyCustom
:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
95
case BamlRecordType.
PropertyCustom
: // The "custom" size of this is a problem
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
701
case BamlRecordType.
PropertyCustom
:
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
535
case BamlRecordType.
PropertyCustom
:
564
case BamlRecordType.
PropertyCustom
:
625
case BamlRecordType.
PropertyCustom
:
2922
get { return BamlRecordType.
PropertyCustom
; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1007
(BamlPropertyCustomWriteInfoRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyCustom
);