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)
400return _transparentRuntime.GetDictionaryItems(dictionary, dictionaryType);
System\Xaml\XamlObjectReader.cs (1)
422foreach (var entry in context.Runtime.GetDictionaryItems(propertyValue, propertyType))