4 references to ShouldUseSystemFont
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
5548
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontFamilyProperty))
5559
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontSizeProperty))
5570
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontStyleProperty))
5581
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontWeightProperty))