4 references to ShouldUseSystemFont
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
5554
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontFamilyProperty))
5565
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontSizeProperty))
5576
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontStyleProperty))
5587
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontWeightProperty))