12 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)
1863if (mouseEventArgs.StylusDevice != null &&
PresentationFramework (10)
MS\Internal\Ink\EditingCoordinator.cs (7)
698if ( mouseButtonEventArgs.StylusDevice != null ) 700UpdateInvertedState(mouseButtonEventArgs.StylusDevice, mouseButtonEventArgs.StylusDevice.Inverted); 726if ( mouseButtonEventArgs != null && mouseButtonEventArgs.StylusDevice != null ) 728capturedDevice = mouseButtonEventArgs.StylusDevice; 783if ( mouseEventArgs != null && mouseEventArgs.StylusDevice != null ) 830stylusDevice = mouseButtonEventArgs.StylusDevice;
MS\Internal\Ink\SelectionEditor.cs (2)
144if ( (args.StylusDevice == null && args.LeftButton != MouseButtonState.Pressed) ) 168args.StylusDevice ?? args.Device);
System\Windows\Controls\Control.cs (1)
561MouseButtonEventArgs doubleClick = new MouseButtonEventArgs(e.MouseDevice, e.Timestamp, e.ChangedButton, e.StylusDevice);