2 references to XamlCollectionKindInvalid
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
106
_collectionKind =
XamlCollectionKindInvalid
;
198
internal bool CollectionKindIsSet { get { return _collectionKind !=
XamlCollectionKindInvalid
; } }