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