4 instantiations of RECT
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
56internal UnsafeNativeMethods.RECT DeviceRect { get; private set; } = new UnsafeNativeMethods.RECT(); 61internal UnsafeNativeMethods.RECT DisplayRect { get; private set; } = new UnsafeNativeMethods.RECT(); 290var deviceRect = new UnsafeNativeMethods.RECT(); 291var displayRect = new UnsafeNativeMethods.RECT();
8 references to RECT
PresentationCore (8)
MS\Win32\UnsafeNativeMethodsPointer.cs (4)
292internal RECT rcContact; 293internal RECT rcContactRaw; 553internal static extern bool GetPointerDeviceRects([In] IntPtr device, [In, Out] ref RECT pointerDeviceRect, [In, Out] ref RECT displayRect);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
56internal UnsafeNativeMethods.RECT DeviceRect { get; private set; } = new UnsafeNativeMethods.RECT(); 61internal UnsafeNativeMethods.RECT DisplayRect { get; private set; } = new UnsafeNativeMethods.RECT(); 290var deviceRect = new UnsafeNativeMethods.RECT(); 291var displayRect = new UnsafeNativeMethods.RECT();