3 references to FontSizeAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
506new AutomationAttributeInfo( null, TextPattern.FontSizeAttribute, typeof(double) ),
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
615else if (attribute == TextPattern.FontSizeAttribute)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
569else if (attribute == TextPattern.FontSizeAttribute) { rval = GetFontSize(range.Font); }