Base:
method
GetDictionaryItems
MS.Internal.Xaml.Runtime.XamlRuntime.GetDictionaryItems(System.Object, System.Xaml.XamlType)
2 references to GetDictionaryItems
System.Xaml (2)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
400
return _transparentRuntime.
GetDictionaryItems
(dictionary, dictionaryType);
System\Xaml\XamlObjectReader.cs (1)
422
foreach (var entry in context.Runtime.
GetDictionaryItems
(propertyValue, propertyType))