2 implementations of IStylusInputProvider
PresentationCore (2)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
24
internal sealed class HwndPointerInputProvider : DispatcherObject,
IStylusInputProvider
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
25
internal sealed class HwndStylusInputProvider : DispatcherObject,
IStylusInputProvider
4 references to IStylusInputProvider
PresentationCore (4)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
397
IntPtr
IStylusInputProvider
.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, ref bool handled)
System\Windows\InterOp\HwndSource.cs (2)
1699
IStylusInputProvider
stylus = _stylus;
2815
private
IStylusInputProvider
_stylus;
System\Windows\InterOp\HwndStylusInputProvider.cs (1)
76
IntPtr
IStylusInputProvider
.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, ref bool handled)