12 references to RawStylusInput
PresentationCore (12)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
287
RawStylusInput rawStylusInput = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, targetPIC);
307
originalRSI = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, currentTarget);
375
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection);
385
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection);
448
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, currentPic);
467
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, pic);
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
355
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection);
365
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection);
424
RawStylusInput tempRawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, currentPic);
443
RawStylusInput rawStylusInput = new
RawStylusInput
(inputReport, transformTabletToView, pic);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2687
RawStylusInput rawStylusInput = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, targetPIC);
2705
originalRSI = new
RawStylusInput
(rawStylusInputReport, transformTabletToView, currentTarget);