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)
125
tablet.
ScreenSize
,
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (5)
60
ScreenSize
,
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));