17 references to Font
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (17)
555if (attribute == TextPattern.AnimationStyleAttribute) { rval = GetAnimationStyle(range.Font); } 556else if (attribute == TextPattern.BackgroundColorAttribute) { rval = GetBackgroundColor(range.Font); } 558else if (attribute == TextPattern.CapStyleAttribute) { rval = GetCapStyle(range.Font); } 562else if (attribute == TextPattern.FontSizeAttribute) { rval = GetFontSize(range.Font); } 563else if (attribute == TextPattern.FontWeightAttribute) { rval = GetFontWeight(range.Font); } 564else if (attribute == TextPattern.ForegroundColorAttribute) { rval = GetForegroundColor(range.Font); } 570else if (attribute == TextPattern.IsHiddenAttribute) { rval = GetHidden(range.Font); } 571else if (attribute == TextPattern.IsItalicAttribute) { rval = GetItalic(range.Font); } 572else if (attribute == TextPattern.IsReadOnlyAttribute) { rval = GetReadOnly(range.Font); } 573else if (attribute == TextPattern.IsSubscriptAttribute) { rval = GetSubscript(range.Font); } 574else if (attribute == TextPattern.IsSuperscriptAttribute) { rval = GetSuperscript(range.Font); } 584else if (attribute == TextPattern.OutlineStylesAttribute) { rval = GetOutlineStyles(range.Font); } 592else if (attribute == TextPattern.StrikethroughStyleAttribute) { rval = GetStrikethroughStyle(range.Font); } 596else if (attribute == TextPattern.UnderlineStyleAttribute) { rval = GetUnderlineStyle(range.Font); } 709name = range.Font.Name; 719name = unitRange.Font.Name; 724if (!string.Equals(name, unitRange.Font.Name, StringComparison.Ordinal))