Base:
method
CommonLayout
System.Windows.Forms.ButtonInternal.CheckableControlBaseAdapter.CommonLayout()
4 references to CommonLayout
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
88LayoutOptions layout = CommonLayout();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
59LayoutOptions layout = CommonLayout();
System.Windows.Forms.Tests (2)
System\Windows\Forms\RadioButtonBaseAdapterTests.cs (2)
57public LayoutOptions GetLayoutOptions() => CommonLayout(); 310LayoutOptions layoutOptions = radioButtonBaseAdapter.CommonLayout();