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