3 writes to _collectionKind
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
83
_collectionKind
= XamlCollectionKind.None;
107
_collectionKind
= XamlCollectionKindInvalid;
201
set {
_collectionKind
= value; }
2 references to _collectionKind
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
200
get { return
_collectionKind
; }
204
internal bool CollectionKindIsSet { get { return
_collectionKind
!= XamlCollectionKindInvalid; } }