9 references to GetCollectionKind
System.Xaml (9)
System\Xaml\XamlType.cs (9)
176
public bool IsArray { get { return
GetCollectionKind
() == XamlCollectionKind.Array; } }
177
public bool IsCollection { get { return
GetCollectionKind
() == XamlCollectionKind.Collection; } }
179
public bool IsDictionary { get { return
GetCollectionKind
() == XamlCollectionKind.Dictionary; } }
212
if (
GetCollectionKind
() == XamlCollectionKind.None)
229
XamlCollectionKind collectionKind =
GetCollectionKind
();
481
XamlCollectionKind collectionKind =
GetCollectionKind
();
551
XamlCollectionKind collectionKind =
GetCollectionKind
();
562
if (
GetCollectionKind
() == XamlCollectionKind.None || UnderlyingType == null)
724
return (BaseType != null) ? BaseType.
GetCollectionKind
() : XamlCollectionKind.None;