4 instantiations of AddInControllerImpl
System.AddIn (4)
System\Addin\Hosting\AddInActivator.cs (4)
162AddInControllerImpl controller = new AddInControllerImpl(environment, true, token); 188AddInControllerImpl controller = new AddInControllerImpl(environment, false, token); 256AddInControllerImpl controller = new AddInControllerImpl(environment, false, token); 272AddInControllerImpl controller = new AddInControllerImpl(environment, weOwn, token);
14 references to AddInControllerImpl
System.AddIn (14)
System\Addin\Hosting\AddInActivator.cs (5)
162AddInControllerImpl controller = new AddInControllerImpl(environment, true, token); 188AddInControllerImpl controller = new AddInControllerImpl(environment, false, token); 256AddInControllerImpl controller = new AddInControllerImpl(environment, false, token); 272AddInControllerImpl controller = new AddInControllerImpl(environment, weOwn, token); 304private static T ActivateInAppDomain<T>(AddInToken pipeline, AppDomain domain, AddInControllerImpl controller, bool weOwn)
System\Addin\Hosting\AddInController.cs (4)
36private AddInControllerImpl _impl; 47internal AddInController(AddInControllerImpl impl, Object hostViewOfAddIn, ContractHandle contractHandle) 61return AddInControllerImpl.GetAddInController(addIn); 85internal AddInControllerImpl AddInControllerImpl
System\Addin\Hosting\AddInControllerImpl.cs (5)
80AddInControllerImpl controllerImpl = FindController(addIn, false); 103private static AddInControllerImpl FindController(Object addIn, bool remove) 133AddInControllerImpl value = current._controller; 371internal AddInControllerImpl _controller; 374public HAVControllerPair(Object hav, AddInControllerImpl controller)