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