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