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