4 references to PropertyIListEnd
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
98
case BamlRecordType.
PropertyIListEnd
: // End record
Framework\System\Windows\Markup\BamlRecords.cs (2)
646
case BamlRecordType.
PropertyIListEnd
:
3126
get { return BamlRecordType.
PropertyIListEnd
; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1339
(BamlPropertyIListEndRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIListEnd
);