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