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)
522
if (newStylusDeviceCapture !=
_stylusCapture
)
525
IInputElement oldCapture =
_stylusCapture
;
555
if (
_stylusCapture
!= null)
557
o =
_stylusCapture
as DependencyObject;
577
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
584
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);
593
if (
_stylusCapture
!= null)
595
o =
_stylusCapture
as DependencyObject;
782
if (
_stylusCapture
== null)
787
DependencyObject dependencyObject =
_stylusCapture
as DependencyObject;
807
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
836
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(
_stylusCapture
as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);