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