WPF扩展标记X:STATIC
public class XStaic
{
public static string Content = "确定";
}
<Button Content="{x:Static temp:XStaic.Content}">
<Button.Background>
<x:Static Member="SystemColors.ActiveCaptionBrush"/>
</Button.Background>
</Button>