15 references to PropertyIListStart
PresentationFramework (15)
System\Windows\Markup\BamlReader.cs (2)
616
case BamlRecordType.
PropertyIListStart
:
2134
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecordHelper.cs (1)
75
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecordReader.cs (1)
681
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecords.cs (4)
496
recordType = BamlRecordType.
PropertyIListStart
;
632
case BamlRecordType.
PropertyIListStart
:
998
bamlRecordType == BamlRecordType.
PropertyIListStart
3049
get { return BamlRecordType.
PropertyIListStart
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1305
(BamlPropertyIListStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIListStart
);
System\Windows\Markup\BamlWriter.cs (3)
468
parentType != BamlRecordType.
PropertyIListStart
&&
714
case BamlRecordType.
PropertyIListStart
:
767
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\MarkupExtensionParser.cs (1)
684
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\XamlStyleSerializer.cs (1)
116
record.RecordType == BamlRecordType.
PropertyIListStart
)
System\Windows\Markup\XamlTemplateSerializer.cs (1)
134
record.RecordType == BamlRecordType.
PropertyIListStart
||