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)
406return _stylus; 1557if (!_isDisposed && _stylus != null && !handled) 1559result = _stylus.FilterMessage(hwnd, message, wParam, lParam, ref handled); 1674if (_stylus is not null) 1676IStylusInputProvider stylus = _stylus;