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)
88
LayoutOptions layout =
CommonLayout
();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
59
LayoutOptions layout =
CommonLayout
();
System.Windows.Forms.Tests (2)
System\Windows\Forms\RadioButtonBaseAdapterTests.cs (2)
57
public LayoutOptions GetLayoutOptions() =>
CommonLayout
();
310
LayoutOptions layoutOptions = radioButtonBaseAdapter.
CommonLayout
();