1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2055_stylusCapture = newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2051if (newStylusDeviceCapture != _stylusCapture) 2054IInputElement oldCapture = _stylusCapture; 2087if (_stylusCapture != null) 2089o = _stylusCapture as DependencyObject; 2113throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2120UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 2128if (_stylusCapture != null) 2130o = _stylusCapture as DependencyObject; 2416if (_stylusCapture == null) 2421DependencyObject dependencyObject = _stylusCapture as DependencyObject; 2441throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2470UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);