3 writes to _stylus
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
306
_stylus
= new HwndPointerInputProvider(this);
310
_stylus
= new HwndStylusInputProvider(this);
1677
_stylus
= null;
5 references to _stylus
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
406
return
_stylus
;
1557
if (!_isDisposed &&
_stylus
!= null && !handled)
1559
result =
_stylus
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1674
if (
_stylus
is not null)
1676
IStylusInputProvider stylus =
_stylus
;