2 references to ForSequenceItems
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
534
var itemsInfo =
ForSequenceItems
(source, isAttachable ? null : property, property.Type, context, allowReadOnly: false);
1203
propertyInfo = MemberMarkupInfo.
ForSequenceItems
(value, null, xamlType, context, allowReadOnly: true);