8 references to ScreenSize
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
134_doubleTapSize = new Size((int)Math.Round((ScreenSize.Width * DoubleTapDelta) / dwXValue), 135(int)Math.Round((ScreenSize.Height *DoubleTapDelta) / dwYValue));
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
126tablet.ScreenSize,
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (5)
61ScreenSize, 285_cancelSize = new Size((int)Math.Round((ScreenSize.Width * stylusLogic.CancelDelta) / dwXValue), 286(int)Math.Round((ScreenSize.Height * stylusLogic.CancelDelta) / dwYValue)); 293_doubleTapSize = new Size((int)Math.Round((ScreenSize.Width * stylusLogic.DoubleTapDelta) / dwXValue), 294(int)Math.Round((ScreenSize.Height * stylusLogic.DoubleTapDelta) / dwYValue));