17 references to Font
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (17)
556if (attribute == TextPattern.AnimationStyleAttribute) { rval = GetAnimationStyle(range.Font); } 557else if (attribute == TextPattern.BackgroundColorAttribute) { rval = GetBackgroundColor(range.Font); } 559else if (attribute == TextPattern.CapStyleAttribute) { rval = GetCapStyle(range.Font); } 563else if (attribute == TextPattern.FontSizeAttribute) { rval = GetFontSize(range.Font); } 564else if (attribute == TextPattern.FontWeightAttribute) { rval = GetFontWeight(range.Font); } 565else if (attribute == TextPattern.ForegroundColorAttribute) { rval = GetForegroundColor(range.Font); } 571else if (attribute == TextPattern.IsHiddenAttribute) { rval = GetHidden(range.Font); } 572else if (attribute == TextPattern.IsItalicAttribute) { rval = GetItalic(range.Font); } 573else if (attribute == TextPattern.IsReadOnlyAttribute) { rval = GetReadOnly(range.Font); } 574else if (attribute == TextPattern.IsSubscriptAttribute) { rval = GetSubscript(range.Font); } 575else if (attribute == TextPattern.IsSuperscriptAttribute) { rval = GetSuperscript(range.Font); } 585else if (attribute == TextPattern.OutlineStylesAttribute) { rval = GetOutlineStyles(range.Font); } 593else if (attribute == TextPattern.StrikethroughStyleAttribute) { rval = GetStrikethroughStyle(range.Font); } 597else if (attribute == TextPattern.UnderlineStyleAttribute) { rval = GetUnderlineStyle(range.Font); } 710name = range.Font.Name; 720name = unitRange.Font.Name; 725if (!string.Equals(name, unitRange.Font.Name, StringComparison.Ordinal))