15 references to PropertyIListStart
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
633
case BamlRecordType.
PropertyIListStart
:
2148
case BamlRecordType.
PropertyIListStart
:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
79
case BamlRecordType.
PropertyIListStart
:
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
713
case BamlRecordType.
PropertyIListStart
:
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
507
recordType = BamlRecordType.
PropertyIListStart
;
643
case BamlRecordType.
PropertyIListStart
:
1012
bamlRecordType == BamlRecordType.
PropertyIListStart
3199
get { 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)
492
parentType != BamlRecordType.
PropertyIListStart
&&
738
case BamlRecordType.
PropertyIListStart
:
791
case BamlRecordType.
PropertyIListStart
:
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
705
case BamlRecordType.
PropertyIListStart
:
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
129
record.RecordType == BamlRecordType.
PropertyIListStart
)
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
149
record.RecordType == BamlRecordType.
PropertyIListStart
||