1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
511_stylusCapture = newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (13)
507if (newStylusDeviceCapture != _stylusCapture) 510IInputElement oldCapture = _stylusCapture; 540if (_stylusCapture != null) 542o = _stylusCapture as DependencyObject; 562throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 569UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 578if (_stylusCapture != null) 580o = _stylusCapture as DependencyObject; 767if (_stylusCapture == null) 772DependencyObject dependencyObject = _stylusCapture as DependencyObject; 792throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 821UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);