7 references to PropertyIDictionaryEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
622
case BamlRecordType.
PropertyIDictionaryEnd
:
2119
expectedType = BamlRecordType.
PropertyIDictionaryEnd
;
System\Windows\Markup\BamlRecordHelper.cs (1)
95
case BamlRecordType.
PropertyIDictionaryEnd
: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
702
case BamlRecordType.
PropertyIDictionaryEnd
:
System\Windows\Markup\BamlRecords.cs (2)
647
case BamlRecordType.
PropertyIDictionaryEnd
:
3018
get { return BamlRecordType.
PropertyIDictionaryEnd
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1358
(BamlPropertyIDictionaryEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIDictionaryEnd
);