Commit Graph

6 Commits

Author SHA1 Message Date
Antony Male 2027fad730 Add support for CommandBinding in Actions
CommandBinding isn't a DependencyObject, so we can't get its DataContext
or View.ActionTarget -- we can only use the
IRootObjectProvider.RootObject. This should be good enough for most cases,
as these tend to get installed at the root of a window.

Fixes #50
2018-09-30 17:56:51 +01:00
Antony Male 1a12a4d0ed Add rake task to generate code coverage report 2014-05-06 12:21:39 +01:00
Antony Male 9da35d85fb First attempt at a nuget package 2014-04-19 01:08:49 +01:00
Antony Male 3639289b93 Add dyanamic factory implementation, with Bind(...).ToAbstractFactory() syntax 2014-02-17 12:47:29 +00:00
Antony Male cf9f0857a9 Start writing StyletIoC unit tests in earnest 2014-02-11 21:55:11 +00:00
Antony Male d7227ec3d5 Working ActionCommand 2014-02-03 20:10:58 +00:00