1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2058_stylusCapture = newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2054if (newStylusDeviceCapture != _stylusCapture) 2057IInputElement oldCapture = _stylusCapture; 2090if (_stylusCapture != null) 2092o = _stylusCapture as DependencyObject; 2116throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2123UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 2131if (_stylusCapture != null) 2133o = _stylusCapture as DependencyObject; 2419if (_stylusCapture == null) 2424DependencyObject dependencyObject = _stylusCapture as DependencyObject; 2444throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2473UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);