4 instantiations of ProxyAssemblyNotLoadedException
UIAutomationClient (4)
MS\Internal\Automation\ProxyManager.cs (3)
57
throw new
ProxyAssemblyNotLoadedException
(SR.Format(SR.Assembly0NotFound,assemblyName));
64
throw new
ProxyAssemblyNotLoadedException
(SR.Format(SR.CouldNotFindType0InAssembly1, typeName, assemblyName));
70
throw new
ProxyAssemblyNotLoadedException
(SR.Format(SR.CouldNotFindRegisterMethodOnType0InAssembly1, typeName, assemblyName));
MS\Internal\Automation\UiaCoreApi.cs (1)
1197
throw new
ProxyAssemblyNotLoadedException
(description);