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