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