3 writes to _collectionKind
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
84_collectionKind = XamlCollectionKind.None; 108_collectionKind = XamlCollectionKindInvalid; 202set { _collectionKind = value; }
2 references to _collectionKind
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
201get { return _collectionKind; } 205internal bool CollectionKindIsSet { get { return _collectionKind != XamlCollectionKindInvalid; } }