7 references to PropertyIListEnd
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
640case BamlRecordType.PropertyIListEnd: 2149expectedType = BamlRecordType.PropertyIListEnd;
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
98case BamlRecordType.PropertyIListEnd: // End record
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
717case BamlRecordType.PropertyIListEnd:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
646case BamlRecordType.PropertyIListEnd: 3126get { return BamlRecordType.PropertyIListEnd; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1339(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIListEnd);