Ejemplo n.º 1
0
        protected override AutomationPeer OnCreateAutomationPeer()
        {
            if (_peer == null)
            {
                _peer = new BadgeButtonAutomationPeer(this);
            }

            return(_peer);
        }