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