-
-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use of the virtual method
CretaeControl
on wpf DrawableHandler
* Make use of the virtual method `CretaeControl` when creating the wpf canvas for the drawable control. * This is required to enable the extending the drawable control when needed by a custom canvas. * That was required in our case because we needed to provide a custom automation peer for the wpf canvas. and we could only do that by providing a custom canvas to the drawable.
- Loading branch information
1 parent
2c752dd
commit 63df69b
Showing
1 changed file
with
26 additions
and
7 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