1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2046_stylusCapture = newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2042if (newStylusDeviceCapture != _stylusCapture) 2045IInputElement oldCapture = _stylusCapture; 2078if (_stylusCapture != null) 2080o = _stylusCapture as DependencyObject; 2104throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2111UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 2119if (_stylusCapture != null) 2121o = _stylusCapture as DependencyObject; 2407if (_stylusCapture == null) 2412DependencyObject dependencyObject = _stylusCapture as DependencyObject; 2432throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2461UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);