17 references to Font
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (17)
563if (attribute == TextPattern.AnimationStyleAttribute) { rval = GetAnimationStyle(range.Font); } 564else if (attribute == TextPattern.BackgroundColorAttribute) { rval = GetBackgroundColor(range.Font); } 566else if (attribute == TextPattern.CapStyleAttribute) { rval = GetCapStyle(range.Font); } 570else if (attribute == TextPattern.FontSizeAttribute) { rval = GetFontSize(range.Font); } 571else if (attribute == TextPattern.FontWeightAttribute) { rval = GetFontWeight(range.Font); } 572else if (attribute == TextPattern.ForegroundColorAttribute) { rval = GetForegroundColor(range.Font); } 578else if (attribute == TextPattern.IsHiddenAttribute) { rval = GetHidden(range.Font); } 579else if (attribute == TextPattern.IsItalicAttribute) { rval = GetItalic(range.Font); } 580else if (attribute == TextPattern.IsReadOnlyAttribute) { rval = GetReadOnly(range.Font); } 581else if (attribute == TextPattern.IsSubscriptAttribute) { rval = GetSubscript(range.Font); } 582else if (attribute == TextPattern.IsSuperscriptAttribute) { rval = GetSuperscript(range.Font); } 592else if (attribute == TextPattern.OutlineStylesAttribute) { rval = GetOutlineStyles(range.Font); } 600else if (attribute == TextPattern.StrikethroughStyleAttribute) { rval = GetStrikethroughStyle(range.Font); } 604else if (attribute == TextPattern.UnderlineStyleAttribute) { rval = GetUnderlineStyle(range.Font); } 717name = range.Font.Name; 727name = unitRange.Font.Name; 732if (!string.Equals(name, unitRange.Font.Name, StringComparison.Ordinal))