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)
418return _stylus; 1580if (!_isDisposed && _stylus != null && !handled) 1582result = _stylus.FilterMessage(hwnd, message, wParam, lParam, ref handled); 1697if (_stylus is not null) 1699IStylusInputProvider stylus = _stylus;