11 references to IDictionaryService
netstandard (1)
netstandard.cs (1)
258[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDictionaryService))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
244[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.IDictionaryService))]
System.ComponentModel.TypeConverter (9)
System\ComponentModel\ReflectEventDescriptor.cs (6)
197IDictionaryService? dict = (IDictionaryService?)site.GetService(typeof(IDictionaryService)); 473IDictionaryService? dict = (IDictionaryService?)site.GetService(typeof(IDictionaryService));
System\ComponentModel\ReflectTypeDescriptionProvider.cs (3)
325IDictionaryService? ds = comp.Site.GetService(typeof(IDictionaryService)) as IDictionaryService;