1 write to _stylusCapture
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
511
_stylusCapture
= newStylusDeviceCapture;
13 references to _stylusCapture
PresentationCore (13)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (13)
507
if (newStylusDeviceCapture !=
_stylusCapture
)
510
IInputElement oldCapture =
_stylusCapture
;
540
if (
_stylusCapture
!= null)
542
o =
_stylusCapture
as DependencyObject;
562
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
569
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(oldCapture as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);
578
if (
_stylusCapture
!= null)
580
o =
_stylusCapture
as DependencyObject;
767
if (
_stylusCapture
== null)
772
DependencyObject dependencyObject =
_stylusCapture
as DependencyObject;
792
throw new InvalidOperationException(SR.Format(SR.Invalid_IInputElement,
_stylusCapture
.GetType()));
821
UIElement.StylusCaptureWithinProperty.OnOriginValueChanged(
_stylusCapture
as DependencyObject,
_stylusCapture
as DependencyObject, ref _stylusCaptureWithinTreeState);