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