3 references to Array
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
484return XamlCollectionKind.Array;
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (1)
36return XamlCollectionKind.Array;
System\Xaml\XamlType.cs (1)
177public bool IsArray { get { return GetCollectionKind() == XamlCollectionKind.Array; } }