13 references to StylusDevice
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
558if (mouseEventArgs.StylusDevice != null &&
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1859if (mouseEventArgs.StylusDevice != null &&
PresentationFramework (11)
MS\Internal\Ink\EditingCoordinator.cs (7)
716if ( mouseButtonEventArgs.StylusDevice != null ) 718UpdateInvertedState(mouseButtonEventArgs.StylusDevice, mouseButtonEventArgs.StylusDevice.Inverted); 744if ( mouseButtonEventArgs != null && mouseButtonEventArgs.StylusDevice != null ) 746capturedDevice = mouseButtonEventArgs.StylusDevice; 801if ( mouseEventArgs != null && mouseEventArgs.StylusDevice != null ) 848stylusDevice = mouseButtonEventArgs.StylusDevice;
MS\Internal\Ink\SelectionEditor.cs (3)
159if ( (args.StylusDevice == null && args.LeftButton != MouseButtonState.Pressed) ) 183args.StylusDevice != null ? args.StylusDevice : args.Device);
System\Windows\Controls\Control.cs (1)
570MouseButtonEventArgs doubleClick = new MouseButtonEventArgs(e.MouseDevice, e.Timestamp, e.ChangedButton, e.StylusDevice);