7 references to PIMapping
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (1)
594
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecordHelper.cs (2)
29
case BamlRecordType.
PIMapping
:
78
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecordReader.cs (1)
579
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecords.cs (2)
662
case BamlRecordType.
PIMapping
:
1301
get { return BamlRecordType.
PIMapping
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
733
(BamlPIMappingRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PIMapping
);