13 references to IntPtr
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
211result.CommHandle = new SecurityCriticalDataClass<IntPtr>((IntPtr.Size == 4 ? new IntPtr((int)commHandle) : new IntPtr(commHandle)));
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
141result = new IntPtr(flags);
System\Windows\Media\Imaging\BitmapSource.cs (1)
1881Marshal.Copy(managedArray, y * rectRowSize, new IntPtr(rowPtr), rectRowSize);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
559buffer = new IntPtr(((long) buffer) + (long) offsetInBytes);
PresentationFramework (1)
System\Windows\SystemCommands.cs (1)
93NativeMethods.PostMessage(hwnd, WM.SYSCOMMAND, new IntPtr(cmd), IntPtr.Zero);
PresentationUI (2)
MS\Internal\Documents\PeoplePickerWrapper.cs (2)
417IntPtr nameOffset = new IntPtr(_ptrToDsObjectNames.ToInt64() + dsObject.offsetName); 448IntPtr offset = new IntPtr(_ptrToDsObjectNames.ToInt64() +
ReachFramework (1)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
561IntPtr strAddr = new IntPtr(baseAddr.ToInt64() + offset);
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\Accessible.cs (1)
167wParam = new IntPtr(UnsafeNativeMethods.GetCurrentProcessId());
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1012hitTestItem = new IntPtr(hitTestInfo64.hItem); 1464if (Misc.ReadProcessMemory(hProcess, new IntPtr(group.pszHeader), copyTo, new IntPtr(NativeMethods.MAX_PATH), out count)) 2494nativeHitTestInfo.hItem = new IntPtr(hitTestInfo64.hItem);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1603IntPtr pAddress = new IntPtr((long)address + (image * readSize));