1 write to _nameCreationService
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
308_nameCreationService = new NameCreationServiceImp();
1 reference to _nameCreationService
DesignSurfaceExt (1)
DesignSurfaceExt.cs (1)
310ServiceContainer.AddService(typeof(INameCreationService), _nameCreationService);