12 references to RawStylusInput
PresentationCore (12)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
299
RawStylusInput rawStylusInput = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, targetPIC);
319
originalRSI = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, currentTarget);
387
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection);
397
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection);
460
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, currentPic);
479
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, pic);
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
377
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection);
387
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection);
446
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, currentPic);
465
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, pic);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2696
RawStylusInput rawStylusInput = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, targetPIC);
2714
originalRSI = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, currentTarget);