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)
484
return (
_stylus
!= null ?
_stylus
.Value : null);
1805
if (!_isDisposed &&
_stylus
!= null && !handled)
1807
result =
_stylus
.Value.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1931
if (
_stylus
!= null)
1933
SecurityCriticalDataClass<IStylusInputProvider> stylus =
_stylus
;