I would like something similar to:
<UserControl
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"/>
<ToggleButton d:IsChecked="true"/> <!-- Only at design time! -->
</UserControl>
But this won't work. Is there another way? I'm using Expression Blend 4.