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