4 references to ShouldUseSystemFont
PresentationFramework (4)
System\Windows\FrameworkElement.cs (4)
5542
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontFamilyProperty))
5553
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontSizeProperty))
5564
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontStyleProperty))
5575
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontWeightProperty))