______ is the automation technology used to interact with Silverlight controls
C
Correct answer
Explanation
UI Automation (UIA) is the Microsoft accessibility framework specifically designed to interact with Silverlight controls. Silverlight exposes its UI elements through UIA, enabling automation tools to identify and manipulate controls programmatically. MSHTML is used for HTML rendering in IE, DOM is for web document structure, and MAUI is a modern cross-platform framework unrelated to Silverlight.