|
166 | 166 | <Setter Property="BorderBrush" Value="Transparent" /> |
167 | 167 | <Setter Property="Background" Value="Transparent" /> |
168 | 168 | <Setter Property="FontSize" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontSize}" /> |
| 169 | + <Setter Property="FontFamily" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontFamily}" /> |
169 | 170 | <Setter Property="FontWeight" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontWeight}" /> |
170 | 171 | <Setter Property="Padding" Value="{Binding Padding, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type DataGrid}}}" /> |
171 | 172 | <Setter Property="Template"> |
|
208 | 209 | <Setter Property="BorderBrush" Value="{DynamicResource WD.BaseBrush}" /> |
209 | 210 | <Setter Property="Background" Value="{DynamicResource WD.BackgroundBrush}" /> |
210 | 211 | <Setter Property="FontSize" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontSize}" /> |
| 212 | + <Setter Property="FontFamily" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontFamily}" /> |
211 | 213 | <Setter Property="FontWeight" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontWeight}" /> |
212 | 214 | <Setter Property="ValidationErrorTemplate"> |
213 | 215 | <Setter.Value> |
|
319 | 321 | <Setter Property="HorizontalContentAlignment" Value="Left" /> |
320 | 322 | <Setter Property="HorizontalAlignment" Value="Center" /> |
321 | 323 | <Setter Property="FontSize" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontSize}" /> |
| 324 | + <Setter Property="FontFamily" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontFamily}" /> |
322 | 325 | <Setter Property="FontWeight" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontWeight}" /> |
323 | 326 | <Setter Property="Template"> |
324 | 327 | <Setter.Value> |
|
391 | 394 | <Setter Property="BorderBrush" Value="{DynamicResource WD.BaseBrush}" /> |
392 | 395 | <Setter Property="BorderThickness" Value="0,0,0,1" /> |
393 | 396 | <Setter Property="FontSize" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontSize}" /> |
| 397 | + <Setter Property="FontFamily" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontFamily}" /> |
394 | 398 | <Setter Property="FontWeight" Value="{Binding RelativeSource={RelativeSource AncestorType=DataGrid}, Path=FontWeight}" /> |
395 | 399 | <Setter Property="Padding" Value="{Binding Padding, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type DataGrid}}}" /> |
396 | 400 | <Setter Property="Template"> |
|
0 commit comments