3 references to FontWeightAttribute
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
486new AutomationAttributeInfo( null, TextPattern.FontWeightAttribute, typeof(int) ),
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
641else if (attribute == TextPattern.FontWeightAttribute)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
590else if (attribute == TextPattern.FontWeightAttribute) { rval = GetFontWeight(range.Font); }