7 references to Services
System.ComponentModel.TypeConverter (7)
System\ComponentModel\Design\ServiceContainer.cs (7)
88
if (
Services
.ContainsKey(serviceType))
93
Services
[serviceType] = serviceInstance;
125
if (
Services
.ContainsKey(serviceType))
130
Services
[serviceType] = callback;
186
Services
.TryGetValue(serviceType, out service);
201
Services
[serviceType!] = service;
238
Services
.Remove(serviceType);