2 references to UIntPtr
PresentationCore (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (1)
2193
UIntPtr hWndUIntPtr = new
UIntPtr
(hWnd.ToPointer());
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
298
return RhpGetCurrentThreadStackTrace(pOutputBuffer, (uint)((outputBuffer != null) ? outputBuffer.Length : 0), new
UIntPtr
(&pOutputBuffer));