1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
526_stylusCapture = newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (13)
522if (newStylusDeviceCapture != _stylusCapture) 525IInputElement oldCapture = _stylusCapture; 555if (_stylusCapture != null) 557o = _stylusCapture as DependencyObject; 577throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 584UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 593if (_stylusCapture != null) 595o = _stylusCapture as DependencyObject; 782if (_stylusCapture == null) 787DependencyObject dependencyObject = _stylusCapture as DependencyObject; 807throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 836UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);