3 writes to _stylus
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
318
_stylus
= new HwndPointerInputProvider(this);
322
_stylus
= new HwndStylusInputProvider(this);
1700
_stylus
= null;
5 references to _stylus
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
418
return
_stylus
;
1580
if (!_isDisposed &&
_stylus
!= null && !handled)
1582
result =
_stylus
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1697
if (
_stylus
is not null)
1699
IStylusInputProvider stylus =
_stylus
;