7 references to PropertyIListEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
631case BamlRecordType.PropertyIListEnd: 2126expectedType = BamlRecordType.PropertyIListEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
95case BamlRecordType.PropertyIListEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
703case BamlRecordType.PropertyIListEnd:
System\Windows\Markup\BamlRecords.cs (2)
647case BamlRecordType.PropertyIListEnd: 3012get { return BamlRecordType.PropertyIListEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1330(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIListEnd);