7 references to PropertyIListEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
631
case BamlRecordType.
PropertyIListEnd
:
2126
expectedType = BamlRecordType.
PropertyIListEnd
;
System\Windows\Markup\BamlRecordHelper.cs (1)
95
case BamlRecordType.
PropertyIListEnd
: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
703
case BamlRecordType.
PropertyIListEnd
:
System\Windows\Markup\BamlRecords.cs (2)
647
case BamlRecordType.
PropertyIListEnd
:
3012
get { return BamlRecordType.
PropertyIListEnd
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1330
(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIListEnd
);