15 references to PropertyIListStart
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
633case BamlRecordType.PropertyIListStart: 2148case BamlRecordType.PropertyIListStart:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
79case BamlRecordType.PropertyIListStart:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
713case BamlRecordType.PropertyIListStart:
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
507recordType = BamlRecordType.PropertyIListStart; 643case BamlRecordType.PropertyIListStart: 1012bamlRecordType == BamlRecordType.PropertyIListStart 3199get { return BamlRecordType.PropertyIListStart; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1319(BamlPropertyIListStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.PropertyIListStart);
src\Framework\System\Windows\Markup\BamlWriter.cs (3)
492parentType != BamlRecordType.PropertyIListStart && 738case BamlRecordType.PropertyIListStart: 791case BamlRecordType.PropertyIListStart:
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
705case BamlRecordType.PropertyIListStart:
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
129record.RecordType == BamlRecordType.PropertyIListStart)
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
149record.RecordType == BamlRecordType.PropertyIListStart ||