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