3 writes to _stylus
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
312
_stylus
= new HwndPointerInputProvider(this);
316
_stylus
= new HwndStylusInputProvider(this);
1683
_stylus
= null;
5 references to _stylus
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
412
return
_stylus
;
1563
if (!_isDisposed &&
_stylus
!= null && !handled)
1565
result =
_stylus
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1680
if (
_stylus
is not null)
1682
IStylusInputProvider stylus =
_stylus
;