1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2059_stylusCapture = newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
2055if (newStylusDeviceCapture != _stylusCapture) 2058IInputElement oldCapture = _stylusCapture; 2091if (_stylusCapture != null) 2093o = _stylusCapture as DependencyObject; 2117throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2124UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState); 2132if (_stylusCapture != null) 2134o = _stylusCapture as DependencyObject; 2420if (_stylusCapture == null) 2425DependencyObject dependencyObject = _stylusCapture as DependencyObject; 2445throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement, _stylusCapture.GetType())); 2474UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(_stylusCapture as DependencyObject, _stylusCapture as DependencyObject, ref _stylusCaptureWithinTreeState);