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