7 references to PropertyIDictionaryEnd
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
641case BamlRecordType.PropertyIDictionaryEnd: 2152expectedType = BamlRecordType.PropertyIDictionaryEnd;
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
99case BamlRecordType.PropertyIDictionaryEnd: // End record
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
725case BamlRecordType.PropertyIDictionaryEnd:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
652case BamlRecordType.PropertyIDictionaryEnd: 3144get { return BamlRecordType.PropertyIDictionaryEnd; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1370(BamlPropertyIDictionaryEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIDictionaryEnd);