7 references to PIMapping
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (1)
604
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecordHelper.cs (2)
30
case BamlRecordType.
PIMapping
:
79
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecordReader.cs (1)
588
case BamlRecordType.
PIMapping
:
System\Windows\Markup\BamlRecords.cs (2)
668
case BamlRecordType.
PIMapping
:
1307
get { return BamlRecordType.
PIMapping
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
736
(BamlPIMappingRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PIMapping
);