3 references to Name
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (3)
736
name = range.Font.
Name
;
746
name = unitRange.Font.
Name
;
751
if (string.Compare(name, unitRange.Font.
Name
, StringComparison.Ordinal) != 0)