3 writes to _stylus
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
312_stylus = new HwndPointerInputProvider(this); 316_stylus = new HwndStylusInputProvider(this); 1683_stylus = null;
5 references to _stylus
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
412return _stylus; 1563if (!_isDisposed && _stylus != null && !handled) 1565result = _stylus.FilterMessage(hwnd, message, wParam, lParam, ref handled); 1680if (_stylus is not null) 1682IStylusInputProvider stylus = _stylus;