Commit 3d3c03e
committed
Pass the HwndSource parameters directly
The RegisterHwndForInput only be called by `HwndStylusInputProvider..ctor`. And the `HwndStylusInputProvider..ctor` will pass the `HwndSource source` to RegisterHwndForInput method. So that it unnecessary to use the PresentationSource in RegisterHwndForInput.1 parent b4d57bf commit 3d3c03e
File tree
1 file changed
+1
-3
lines changed- src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/Stylus/Wisp
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3137 | 3137 | | |
3138 | 3138 | | |
3139 | 3139 | | |
3140 | | - | |
| 3140 | + | |
3141 | 3141 | | |
3142 | | - | |
3143 | | - | |
3144 | 3142 | | |
3145 | 3143 | | |
3146 | 3144 | | |
| |||
0 commit comments