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