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