15 references to PropertyIListStart
PresentationFramework (15)
System\Windows\Markup\BamlReader.cs (2)
614
case BamlRecordType.
PropertyIListStart
:
2115
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecordHelper.cs (1)
75
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecordReader.cs (1)
690
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecords.cs (4)
502
recordType = BamlRecordType.
PropertyIListStart
;
638
case BamlRecordType.
PropertyIListStart
:
1004
bamlRecordType == BamlRecordType.
PropertyIListStart
3055
get { return BamlRecordType.
PropertyIListStart
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1307
(BamlPropertyIListStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIListStart
);
System\Windows\Markup\BamlWriter.cs (3)
466
parentType != BamlRecordType.
PropertyIListStart
&&
712
case BamlRecordType.
PropertyIListStart
:
765
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\MarkupExtensionParser.cs (1)
684
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\XamlStyleSerializer.cs (1)
114
record.RecordType == BamlRecordType.
PropertyIListStart
)
System\Windows\Markup\XamlTemplateSerializer.cs (1)
132
record.RecordType == BamlRecordType.
PropertyIListStart
||