3 writes to _stylus
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSource.cs (3)
362_stylus = new SecurityCriticalDataClass<IStylusInputProvider>(new HwndPointerInputProvider(this)); 366_stylus = new SecurityCriticalDataClass<IStylusInputProvider>(new HwndStylusInputProvider(this)); 1934_stylus = null;
6 references to _stylus
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndSource.cs (6)
484return (_stylus != null ? _stylus.Value : null); 1805if (!_isDisposed && _stylus != null && !handled) 1807result = _stylus.Value.FilterMessage(hwnd, message, wParam, lParam, ref handled); 1931if (_stylus != null) 1933SecurityCriticalDataClass<IStylusInputProvider> stylus = _stylus;