1 write to _stylusDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
151_stylusDevice = stylusDevice;
20 references to _stylusDevice
PresentationCore (20)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (20)
154if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 243UnsafeNativeMethods.BufferPointerPacketsInteractionContext(_interactionContext, 1, new UnsafeNativeMethods.POINTER_INFO[] { _stylusDevice.CurrentPointerInfo }); 313_stylusDevice.CriticalActiveSource, 350_stylusDevice.CriticalActiveSource, 369if (_stylusDevice.TabletDevice.Type == TabletDeviceType.Stylus) 373if (_stylusDevice.IsNew) 383if (_stylusDevice.InAir) 386_hoverStartTicks = _stylusDevice.TimeStamp; 393if (_stylusDevice.InAir) 395if (_stylusDevice.TimeStamp < _hoverStartTicks) 399_hoverStartTicks = _stylusDevice.TimeStamp; 401else if (_stylusDevice.TimeStamp - _hoverStartTicks > HoverActivationThresholdTicks) 408else if (_stylusDevice.IsDown) 417if (_stylusDevice.InAir) 427if (_stylusDevice.IsDown || !_stylusDevice.InRange) 443_stylusDevice.CriticalActiveSource, 448Convert.ToInt32(_stylusDevice.RawStylusPoint.X), 449Convert.ToInt32(_stylusDevice.RawStylusPoint.Y), 478DpiScale dpi = VisualTreeHelper.GetDpi(_stylusDevice.CriticalActiveSource.RootVisual);