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