View | Details | Raw Unified | Return to bug 554017
Collapse All | Expand All

(-)a/class/System.Windows/System.Windows.Automation.Peers/ButtonAutomationPeer.cs (+1 lines)
Lines 50-55 namespace System.Windows.Automation.Peers Link Here
50
			if (!IsEnabled ())
50
			if (!IsEnabled ())
51
				throw new ElementNotEnabledException ();
51
				throw new ElementNotEnabledException ();
52
52
53
			((Button) Owner).Focus ();
53
			((Button) Owner).OnClickInternal ();
54
			((Button) Owner).OnClickInternal ();
54
		}
55
		}
55
	}
56
	}

Return to bug 554017