protected override void Remove() { Boundary.NoExceptions(a: () => Automation.AutomationClass.RemoveFocusChangedEventHandler(handler: this)); }
protected override void Remove() { Boundary.NoExceptions(a: () => Automation.AutomationClass.RemoveStructureChangedEventHandler(element: this._uiAutomationElement, handler: this)); }
protected override void Remove() { Boundary.NoExceptions(a: () => Automation.AutomationClass.RemoveAutomationEventHandler(eventId: this._eventId, element: this._uiAutomationElement, handler: this)); }