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