3 references to IsArray
System.Xaml (1)
System\Xaml\Parser\XamlPullParser.cs (1)
1033
if (propertyType.
IsArray
&& _xamlScanner.Type != ArrayExtensionType)
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
1794
Assert.Equal(expected == XamlCollectionKind.Array, type.
IsArray
);
3023
Assert.Equal((type.
IsArray
|| type.IsCollection || type.IsDictionary) ? expected ?? XamlLanguage.Object : null, type.ItemType);