/// <summary>This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.</summary>
        // Token: 0x060027C6 RID: 10182 RVA: 0x000BA968 File Offset: 0x000B8B68
        void IInvokeProvider.Invoke()
        {
            if (!base.IsEnabled())
            {
                throw new ElementNotEnabledException();
            }
            RepeatButton repeatButton = (RepeatButton)base.Owner;

            repeatButton.AutomationButtonBaseClick();
        }
Пример #2
0
        void IInvokeProvider.Invoke()
        {
            if (!IsEnabled())
            {
                throw new ElementNotEnabledException();
            }

            RepeatButton owner = (RepeatButton)Owner;

            owner.AutomationButtonBaseClick();
        }