7 references to PropertyIListEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
623case BamlRecordType.PropertyIListEnd: 2135expectedType = BamlRecordType.PropertyIListEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
94case BamlRecordType.PropertyIListEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
685case BamlRecordType.PropertyIListEnd:
System\Windows\Markup\BamlRecords.cs (2)
635case BamlRecordType.PropertyIListEnd: 3000get { return BamlRecordType.PropertyIListEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1325(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIListEnd);