2 references to GetProcAddress
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (2)
45
IntPtr functionPtr = Platform.
GetProcAddress
(moduleHandle, typeof(T).Name);
144
var canUnloadNow = Platform.
GetProcAddress
(_moduleHandle, "DllCanUnloadNow");