为什么要密封此类?这是一个严重的头痛,没有实际的好处。而不是像这样子类化的控件进行漂亮的整洁设计:
<controls:DecimalBlock Content="{Binding Path=Quantity}" Format="#,##0"/>
我被迫以这种可憎的方式乱扔我的代码:
<TextBlock Text="{Binding Path=Quantity, Converter={StaticResource StringFormatter}, ConverterParameter=\{0:#\,##0\}}"/>