3 writes to _stylus
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
311
_stylus
= new HwndPointerInputProvider(this);
315
_stylus
= new HwndStylusInputProvider(this);
1682
_stylus
= null;
5 references to _stylus
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
411
return
_stylus
;
1562
if (!_isDisposed &&
_stylus
!= null && !handled)
1564
result =
_stylus
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1679
if (
_stylus
is not null)
1681
IStylusInputProvider stylus =
_stylus
;