11 references to Adapter
System.Windows.Forms (10)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (6)
995
Adapter
.Paint(pevent);
1018
Size preferredSize =
Adapter
.GetPreferredSizeCore(proposedConstraints);
1076
if (
Adapter
is null)
1082
return
Adapter
.CreateStringFormat();
1087
if (
Adapter
is null)
1093
return
Adapter
.CreateTextFormatFlags();
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
325
return
Adapter
.CommonLayout().Layout().CheckBounds;
342
return
Adapter
.CommonLayout().Layout().CheckBounds;
System\Windows\Forms\Controls\Buttons\RadioButton.cs (2)
296
return
Adapter
.CommonLayout().Layout().CheckBounds;
304
:
Adapter
.CommonLayout().Layout().CheckBounds;
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxTests.cs (1)
808
downChangeRectangle.Should().Be(checkBox.
Adapter
.CommonLayout().Layout().CheckBounds);