4 instantiations of RECT
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
55internal UnsafeNativeMethods.RECT DeviceRect { get; private set; } = new UnsafeNativeMethods.RECT(); 60internal UnsafeNativeMethods.RECT DisplayRect { get; private set; } = new UnsafeNativeMethods.RECT(); 289var deviceRect = new UnsafeNativeMethods.RECT(); 290var displayRect = new UnsafeNativeMethods.RECT();
8 references to RECT
PresentationCore (8)
MS\Win32\UnsafeNativeMethodsPointer.cs (4)
291internal RECT rcContact; 292internal RECT rcContactRaw; 552internal 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)
55internal UnsafeNativeMethods.RECT DeviceRect { get; private set; } = new UnsafeNativeMethods.RECT(); 60internal UnsafeNativeMethods.RECT DisplayRect { get; private set; } = new UnsafeNativeMethods.RECT(); 289var deviceRect = new UnsafeNativeMethods.RECT(); 290var displayRect = new UnsafeNativeMethods.RECT();