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