6 references to LookupById
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1653AutomationTextAttribute attribute = AutomationTextAttribute.LookupById(attributeId); 1789AutomationTextAttribute attribute = AutomationTextAttribute.LookupById(attributeId);
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (2)
181AutomationTextAttribute attribute = AutomationTextAttribute.LookupById(attributeId); 219AutomationTextAttribute attribute = AutomationTextAttribute.LookupById(attributeId);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (2)
90AutomationTextAttribute attribute = AutomationTextAttribute.LookupById(attributeId); 149AutomationTextAttribute attribute = AutomationTextAttribute.LookupById(attributeId);