1、资源字典
<ResourceDictionary>
<FrameworkElement x:Key="ProxyElement" DataContext="{Binding}"/>
2、内容
</GroupBox>
<ContentControl Visibility="Collapsed" Content="{StaticResource ProxyElement}"/>
3、绑定方法
IsEnabled="{Binding DataContext.BtnIsEnabled,Source={StaticResource ProxyElement}}"