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)
411return _stylus; 1562if (!_isDisposed && _stylus != null && !handled) 1564result = _stylus.FilterMessage(hwnd, message, wParam, lParam, ref handled); 1679if (_stylus is not null) 1681IStylusInputProvider stylus = _stylus;