10 references to Dictionary
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
7746
CollectionKind = XamlCollectionKind.
Dictionary
9301
CollectionKind = XamlCollectionKind.
Dictionary
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
488
return XamlCollectionKind.
Dictionary
;
System.Xaml (7)
System\Xaml\Schema\CollectionReflector.cs (4)
50
return XamlCollectionKind.
Dictionary
;
55
return XamlCollectionKind.
Dictionary
;
71
return XamlCollectionKind.
Dictionary
;
95
case XamlCollectionKind.
Dictionary
:
System\Xaml\XamlType.cs (3)
180
public bool IsDictionary { get { return GetCollectionKind() == XamlCollectionKind.
Dictionary
; } }
236
collectionKind != XamlCollectionKind.
Dictionary
)
509
(collectionKind == XamlCollectionKind.
Dictionary
) ||