1 override of UpdateDefaultButton
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
5974
protected override void
UpdateDefaultButton
()
2 references to UpdateDefaultButton
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
556
form?.
UpdateDefaultButton
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ContainerControlTests.cs (1)
1503
public new void UpdateDefaultButton() => base.
UpdateDefaultButton
();