I have application where i can change XAML file. For example: Move and resize controls.
Inside controls we have some complex code and use next check:
DesigerProperties.GetIsInDesignMode(this)
But this check is always false. How to set for application grid, page that we inside design mode?
Thanks.