7 references to GetProcAddress
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
142_GetActivationFactory = Platform.GetProcAddress<DllGetActivationFactory>(_moduleHandle);
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (6)
46getRestrictedErrorInfo = Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule); 47setRestrictedErrorInfo = Platform.GetProcAddress<SetRestrictedErrorInfo>(winRTErrorModule); 48roOriginateLanguageException = Platform.GetProcAddress<RoOriginateLanguageException>(winRTErrorModule); 49roReportUnhandledError = Platform.GetProcAddress<RoReportUnhandledError>(winRTErrorModule); 56getRestrictedErrorInfo = Platform.GetProcAddress<GetRestrictedErrorInfo>(winRTErrorModule); 57setRestrictedErrorInfo = Platform.GetProcAddress<SetRestrictedErrorInfo>(winRTErrorModule);