1 write to CheckArea
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
441
layout.
CheckArea
= layout.CheckBounds;
17 references to CheckArea
System.Windows.Forms (17)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (16)
399
layout.
CheckArea
.X = field.X;
400
layout.
CheckArea
.Width = checkSizeFull + 1;
402
layout.
CheckArea
.Y = field.Y;
403
layout.
CheckArea
.Height = field.Height;
411
layout.
CheckArea
.X = field.X + field.Width - checkSizeFull;
412
layout.
CheckArea
.Width = checkSizeFull + 1;
414
layout.
CheckArea
.Y = field.Y;
415
layout.
CheckArea
.Height = field.Height;
420
layout.
CheckArea
.X = field.X;
421
layout.
CheckArea
.Width = field.Width;
423
layout.
CheckArea
.Y = field.Y;
424
layout.
CheckArea
.Height = checkSizeFull;
431
layout.
CheckArea
.X = field.X;
432
layout.
CheckArea
.Width = field.Width;
434
layout.
CheckArea
.Y = field.Y + field.Height - checkSizeFull;
435
layout.
CheckArea
.Height = checkSizeFull;
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
80
e.GraphicsInternal.ExcludeClip(layout.
CheckArea
);