7 references to PropertyIListEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
622case BamlRecordType.PropertyIListEnd: 2134expectedType = BamlRecordType.PropertyIListEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
93case BamlRecordType.PropertyIListEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
684case BamlRecordType.PropertyIListEnd:
System\Windows\Markup\BamlRecords.cs (2)
634case BamlRecordType.PropertyIListEnd: 2999get { return BamlRecordType.PropertyIListEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1324(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIListEnd);