1 instantiation of HAVControllerPair
System.AddIn (1)
System\Addin\Hosting\AddInControllerImpl.cs (1)
163HAVControllerPair havRef = new HAVControllerPair(hostAddinView, this);
5 references to HAVControllerPair
System.AddIn (5)
System\Addin\Hosting\AddInControllerImpl.cs (5)
40private static HAVControllerPair _havList; 109HAVControllerPair current = _havList; 110HAVControllerPair last = null; 163HAVControllerPair havRef = new HAVControllerPair(hostAddinView, this); 372internal HAVControllerPair _next;