7 references to PIMapping
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (1)
595
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecordHelper.cs (2)
28
case BamlRecordType.
PIMapping
:
77
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecordReader.cs (1)
569
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecords.cs (2)
655
case BamlRecordType.
PIMapping
:
1294
get { return BamlRecordType.
PIMapping
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
730
(BamlPIMappingRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PIMapping
);