public static IDisposable SubscribeToPropertyChangedEvent(this AutomationElement element, TreeScope treeScope, AutomationProperty property, AutomationPropertyChangedEventHandler handler) { return(Subscribe.ToPropertyChangedEvent( element, treeScope, property, handler)); }