7 references to PropertyIDictionaryEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
632case BamlRecordType.PropertyIDictionaryEnd: 2129expectedType = BamlRecordType.PropertyIDictionaryEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
96case BamlRecordType.PropertyIDictionaryEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
711case BamlRecordType.PropertyIDictionaryEnd:
System\Windows\Markup\BamlRecords.cs (2)
653case BamlRecordType.PropertyIDictionaryEnd: 3024get { return BamlRecordType.PropertyIDictionaryEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1361(BamlPropertyIDictionaryEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIDictionaryEnd);