15 references to PropertyIListStart
PresentationFramework (15)
System\Windows\Markup\BamlReader.cs (2)
615
case BamlRecordType.
PropertyIListStart
:
2133
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecordHelper.cs (1)
74
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecordReader.cs (1)
680
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\BamlRecords.cs (4)
495
recordType = BamlRecordType.
PropertyIListStart
;
631
case BamlRecordType.
PropertyIListStart
:
997
bamlRecordType == BamlRecordType.
PropertyIListStart
3048
get { return BamlRecordType.
PropertyIListStart
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1304
(BamlPropertyIListStartRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
PropertyIListStart
);
System\Windows\Markup\BamlWriter.cs (3)
467
parentType != BamlRecordType.
PropertyIListStart
&&
713
case BamlRecordType.
PropertyIListStart
:
766
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\MarkupExtensionParser.cs (1)
683
case BamlRecordType.
PropertyIListStart
:
System\Windows\Markup\XamlStyleSerializer.cs (1)
115
record.RecordType == BamlRecordType.
PropertyIListStart
)
System\Windows\Markup\XamlTemplateSerializer.cs (1)
133
record.RecordType == BamlRecordType.
PropertyIListStart
||