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