4 references to ShouldUseSystemFont
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (4)
5552
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontFamilyProperty))
5563
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontSizeProperty))
5574
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontStyleProperty))
5585
if (
ShouldUseSystemFont
((FrameworkElement)o, TextElement.FontWeightProperty))