3 writes to _collectionKind
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (3)
82
_collectionKind
= XamlCollectionKind.None;
106
_collectionKind
= XamlCollectionKindInvalid;
195
set {
_collectionKind
= value; }
2 references to _collectionKind
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
194
get { return
_collectionKind
; }
198
internal bool CollectionKindIsSet { get { return
_collectionKind
!= XamlCollectionKindInvalid; } }