3 references to UIntPtr
mscorlib (2)
system\threading\Tasks\Task.cs (1)
7079
UIntPtr currentAddr = new
UIntPtr
(&stackInfo - pageSize);
system\uintptr.cs (1)
159
return new
UIntPtr
(value);
PresentationCore (1)
Graphics\include\exports.cs (1)
2484
UIntPtr hWndUIntPtr = new
UIntPtr
(hWnd.ToPointer());