3 references to AllowedContentTypes
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (1)
1174
foreach (XamlType allowedType in propertyType.
AllowedContentTypes
)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
153
(_xamlType.
AllowedContentTypes
.Count == 1 && contentType.CanAssignTo(_xamlType.ItemType)))
170
foreach (XamlType type in _xamlType.
AllowedContentTypes
)