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