-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WPF - Improve WpfIMEKeyboardHandler browserHost null checks
CancelComposition is now private as it's not used outside the scope of the class. Technically this is a breaking change though it's incredibly unlikely this method was used outside the scope of WpfImeKeyboardHandler as it requires the Hwnd which is obtained from the SourceHook which is private. We can and probably should make most of the private methods protected virtual to allow for overriding of just a small portion of the class, you currently can copy and paste the whole class into your own code base if small changes are required. #3690
- Loading branch information
Showing
1 changed file
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters