1 implementation of IDictionaryService
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1105private class StubSite : ISite, IDictionaryService
16 references to IDictionaryService
System (9)
compmod\system\componentmodel\ReflectEventDescriptor.cs (6)
202IDictionaryService dict = (IDictionaryService)site.GetService(typeof(IDictionaryService)); 461IDictionaryService dict = (IDictionaryService)site.GetService(typeof(IDictionaryService));
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
261IDictionaryService ds = comp.Site.GetService(typeof(IDictionaryService)) as IDictionaryService;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (4)
1173if (service == typeof(IDictionaryService)) { 1186object IDictionaryService.GetKey(object value) { 1201object IDictionaryService.GetValue(object key) { 1213void IDictionaryService.SetValue(object key, object value) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CommandSet.cs (3)
155IDictionaryService ds = this.serviceProvider.GetService(typeof(IDictionaryService)) as IDictionaryService;