1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
510_stylusCapture = newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (13)
506if (newStylusDeviceCapture != _stylusCapture) 509IInputElement oldCapture = _stylusCapture; 539if (_stylusCapture != null) 541o = _stylusCapture as DependencyObject; 561throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 568UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 577if (_stylusCapture != null) 579o = _stylusCapture as DependencyObject; 766if (_stylusCapture == null) 771DependencyObject dependencyObject = _stylusCapture as DependencyObject; 791throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 820UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);