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