11 references to Adapter
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (6)
992
Adapter
.Paint(pevent);
1015
Size preferredSize =
Adapter
.GetPreferredSizeCore(proposedConstraints);
1073
if (
Adapter
is null)
1079
return
Adapter
.CreateStringFormat();
1084
if (
Adapter
is null)
1090
return
Adapter
.CreateTextFormatFlags();
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
329
return
Adapter
.CommonLayout().Layout().CheckBounds;
346
return
Adapter
.CommonLayout().Layout().CheckBounds;
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
298
return
Adapter
.CommonLayout().Layout().CheckBounds;
306
:
Adapter
.CommonLayout().Layout().CheckBounds;
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxTests.cs (1)
808
downChangeRectangle.Should().Be(checkBox.
Adapter
.CommonLayout().Layout().CheckBounds);