7 references to PropertyIDictionaryEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
624case BamlRecordType.PropertyIDictionaryEnd: 2138expectedType = BamlRecordType.PropertyIDictionaryEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
95case BamlRecordType.PropertyIDictionaryEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
693case BamlRecordType.PropertyIDictionaryEnd:
System\Windows\Markup\BamlRecords.cs (2)
641case BamlRecordType.PropertyIDictionaryEnd: 3012get { return BamlRecordType.PropertyIDictionaryEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1356(BamlPropertyIDictionaryEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIDictionaryEnd);