1 write to _stylusDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
168_stylusDevice = stylusDevice;
20 references to _stylusDevice
PresentationCore (20)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (20)
171if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 260UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext.Value, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo }); 330_stylusDevice.CriticalActiveSource, 367_stylusDevice.CriticalActiveSource, 386if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 390if (_stylusDevice.IsNew) 400if (_stylusDevice.InAir) 403_hoverStartTicks = _stylusDevice.TimeStamp; 410if (_stylusDevice.InAir) 412if (_stylusDevice.TimeStamp < _hoverStartTicks) 416_hoverStartTicks = _stylusDevice.TimeStamp; 418else if (_stylusDevice.TimeStamp - _hoverStartTicks > HoverActivationThresholdTicks) 425else if (_stylusDevice.IsDown) 434if (_stylusDevice.InAir) 444if (_stylusDevice.IsDown || !_stylusDevice.InRange) 460_stylusDevice.CriticalActiveSource, 465Convert.ToInt32(_stylusDevice.RawStylusPoint.X), 466Convert.ToInt32(_stylusDevice.RawStylusPoint.Y), 495DpiScale dpi = VisualTreeHelper.GetDpi(_stylusDevice.CriticalActiveSource.RootVisual);