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)
46
getRestrictedErrorInfo = Platform.
GetProcAddress
<GetRestrictedErrorInfo>(winRTErrorModule);
47
setRestrictedErrorInfo = Platform.
GetProcAddress
<SetRestrictedErrorInfo>(winRTErrorModule);
48
roOriginateLanguageException = Platform.
GetProcAddress
<RoOriginateLanguageException>(winRTErrorModule);
49
roReportUnhandledError = Platform.
GetProcAddress
<RoReportUnhandledError>(winRTErrorModule);
56
getRestrictedErrorInfo = Platform.
GetProcAddress
<GetRestrictedErrorInfo>(winRTErrorModule);
57
setRestrictedErrorInfo = Platform.
GetProcAddress
<SetRestrictedErrorInfo>(winRTErrorModule);