7 references to PropertyIListEnd
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
622
case BamlRecordType.
PropertyIListEnd
:
2134
expectedType = BamlRecordType.
PropertyIListEnd
;
System\Windows\Markup\BamlRecordHelper.cs (1)
93
case BamlRecordType.
PropertyIListEnd
: // End record
System\Windows\Markup\BamlRecordReader.cs (1)
684
case BamlRecordType.
PropertyIListEnd
:
System\Windows\Markup\BamlRecords.cs (2)
634
case BamlRecordType.
PropertyIListEnd
:
2999
get { return BamlRecordType.
PropertyIListEnd
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1324
(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIListEnd
);