Searched refs:_nonRemoveableServices (Results 1 – 1 of 1) sorted by relevance
44 private Hashtable _nonRemoveableServices; field in System.ComponentModel.Design.DesignSurfaceServiceContainer56 if (_nonRemoveableServices == null) in AddNonReplaceableService()57 _nonRemoveableServices = new Hashtable (); in AddNonReplaceableService()59 _nonRemoveableServices[serviceType] = serviceType; in AddNonReplaceableService()66 if (_nonRemoveableServices != null) in RemoveNonReplaceableService()67 _nonRemoveableServices.Remove (serviceType); in RemoveNonReplaceableService()73 …if (serviceType != null && _nonRemoveableServices != null && _nonRemoveableServices.ContainsKey (s… in RemoveService()