12 references to RawStylusInput
PresentationCore (12)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
286
RawStylusInput rawStylusInput = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, targetPIC);
306
originalRSI = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, currentTarget);
374
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection);
384
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection);
447
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, currentPic);
466
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, pic);
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
354
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection);
364
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection);
423
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, currentPic);
442
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, pic);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2701
RawStylusInput rawStylusInput = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, targetPIC);
2719
originalRSI = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, currentTarget);