8 references to ScreenSize
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
138
_doubleTapSize = new Size((int)Math.Round((
ScreenSize
.Width * DoubleTapDelta) / dwXValue),
139
(int)Math.Round((
ScreenSize
.Height *DoubleTapDelta) / dwYValue));
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
131
tablet.
ScreenSize
,
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (5)
70
ScreenSize
,
294
_cancelSize = new Size((int)Math.Round((
ScreenSize
.Width * stylusLogic.CancelDelta) / dwXValue),
295
(int)Math.Round((
ScreenSize
.Height * stylusLogic.CancelDelta) / dwYValue));
302
_doubleTapSize = new Size((int)Math.Round((
ScreenSize
.Width * stylusLogic.DoubleTapDelta) / dwXValue),
303
(int)Math.Round((
ScreenSize
.Height * stylusLogic.DoubleTapDelta) / dwYValue));