15 references to IntPtr
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrValue.cs (1)
96var intPtr = Environment.Is64BitProcess ? new IntPtr((long)RawValue) : new IntPtr((int)RawValue);
PresentationCore (3)
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
129result = new IntPtr(flags);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1833Marshal.Copy(managedArray, y * rectRowSize, new IntPtr(rowPtr), rectRowSize);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
527adjustedBuffer = new IntPtr(((long)buffer) + (long)offsetInBytes);
PresentationFramework (1)
System\Windows\SystemCommands.cs (1)
90NativeMethods.PostMessage(hwnd, WM.SYSCOMMAND, new IntPtr(cmd), IntPtr.Zero);
PresentationUI (2)
MS\Internal\Documents\PeoplePickerWrapper.cs (2)
419IntPtr nameOffset = new IntPtr(_ptrToDsObjectNames.ToInt64() + dsObject.offsetName); 450IntPtr offset = new IntPtr(_ptrToDsObjectNames.ToInt64() +
ReachFramework (1)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
557IntPtr strAddr = new IntPtr(baseAddr.ToInt64() + offset);
System.Data.Odbc (1)
System\Data\Odbc\OdbcStatementHandle.cs (1)
20_value = new IntPtr(value);
System.Formats.Nrbf (2)
System\Formats\Nrbf\ClassWithIdRecord.cs (1)
67MemberPrimitiveTypedRecord<IntPtr> => Create(new IntPtr(reader.ReadInt64())),
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
66(PrimitiveType.Int64, "System.IntPtr", "value") => Create(new IntPtr(reader.ReadInt64())),
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1010hitTestItem = new IntPtr(hitTestInfo64.hItem); 1462if (Misc.ReadProcessMemory(hProcess, new IntPtr(group.pszHeader), copyTo, new IntPtr(NativeMethods.MAX_PATH), out count)) 2511hItem = new IntPtr(hitTestInfo64.hItem)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1596IntPtr pAddress = new IntPtr((long)address + (image * readSize));