1 write to _stylusDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
152_stylusDevice = stylusDevice;
20 references to _stylusDevice
PresentationCore (20)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (20)
155if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 244UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo }); 314_stylusDevice.CriticalActiveSource, 351_stylusDevice.CriticalActiveSource, 370if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 374if (_stylusDevice.IsNew) 384if (_stylusDevice.InAir) 387_hoverStartTicks = _stylusDevice.TimeStamp; 394if (_stylusDevice.InAir) 396if (_stylusDevice.TimeStamp < _hoverStartTicks) 400_hoverStartTicks = _stylusDevice.TimeStamp; 402else if (_stylusDevice.TimeStamp - _hoverStartTicks > HoverActivationThresholdTicks) 409else if (_stylusDevice.IsDown) 418if (_stylusDevice.InAir) 428if (_stylusDevice.IsDown || !_stylusDevice.InRange) 444_stylusDevice.CriticalActiveSource, 449Convert.ToInt32(_stylusDevice.RawStylusPoint.X), 450Convert.ToInt32(_stylusDevice.RawStylusPoint.Y), 479DpiScale dpi = VisualTreeHelper.GetDpi(_stylusDevice.CriticalActiveSource.RootVisual);