7 references to PropertyIListEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
621case BamlRecordType.PropertyIListEnd: 2116expectedType = BamlRecordType.PropertyIListEnd;
System\Windows\Markup\BamlRecordHelper.cs (1)
94case BamlRecordType.PropertyIListEnd: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
694case BamlRecordType.PropertyIListEnd:
System\Windows\Markup\BamlRecords.cs (2)
641case BamlRecordType.PropertyIListEnd: 3006get { return BamlRecordType.PropertyIListEnd; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1327(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIListEnd);