4 references to GetTypeFromProgIDImpl
mscorlib (4)
system\type.cs (4)
169return RuntimeType.GetTypeFromProgIDImpl(progID, null, false); 184return RuntimeType.GetTypeFromProgIDImpl(progID, null, throwOnError); 190return RuntimeType.GetTypeFromProgIDImpl(progID, server, false); 196return RuntimeType.GetTypeFromProgIDImpl(progID, server, throwOnError);