13 references to StylusDevice
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
546if (mouseEventArgs.StylusDevice != null &&
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1850if (mouseEventArgs.StylusDevice != null &&
PresentationFramework (11)
MS\Internal\Ink\EditingCoordinator.cs (7)
701if ( mouseButtonEventArgs.StylusDevice != null ) 703UpdateInvertedState(mouseButtonEventArgs.StylusDevice, mouseButtonEventArgs.StylusDevice.Inverted); 729if ( mouseButtonEventArgs != null && mouseButtonEventArgs.StylusDevice != null ) 731capturedDevice = mouseButtonEventArgs.StylusDevice; 786if ( mouseEventArgs != null && mouseEventArgs.StylusDevice != null ) 833stylusDevice = mouseButtonEventArgs.StylusDevice;
MS\Internal\Ink\SelectionEditor.cs (3)
144if ( (args.StylusDevice == null && args.LeftButton != MouseButtonState.Pressed) ) 168args.StylusDevice != null ? args.StylusDevice : args.Device);
System\Windows\Controls\Control.cs (1)
561MouseButtonEventArgs doubleClick = new MouseButtonEventArgs(e.MouseDevice, e.Timestamp, e.ChangedButton, e.StylusDevice);