7 references to Array
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
484
return XamlCollectionKind.
Array
;
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (1)
36
return XamlCollectionKind.
Array
;
System\Xaml\XamlType.cs (1)
177
public bool IsArray { get { return GetCollectionKind() == XamlCollectionKind.
Array
; } }
System.Xaml.Tests (4)
System\Xaml\XamlTypeTests.cs (4)
1746
yield return new object?[] { new SubXamlType(typeof(int[]), new XamlSchemaContext()), XamlCollectionKind.
Array
};
1783
LookupCollectionKindResult = (XamlCollectionKind)(XamlCollectionKind.
Array
+ 1)
1785
(XamlCollectionKind)(XamlCollectionKind.
Array
+ 1)
1794
Assert.Equal(expected == XamlCollectionKind.
Array
, type.IsArray);