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