7 references to PropertyIListStart
PresentationBuildTasks (7)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
79
case BamlRecordType.
PropertyIListStart
:
Framework\System\Windows\Markup\BamlRecords.cs (3)
507
recordType = BamlRecordType.
PropertyIListStart
;
643
case BamlRecordType.
PropertyIListStart
:
3199
get { return BamlRecordType.
PropertyIListStart
; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1319
(BamlPropertyIListStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIListStart
);
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
705
case BamlRecordType.
PropertyIListStart
:
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
4058
bool isList = (recordType == BamlRecordType.
PropertyIListStart
);