1 write to CheckArea
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
456
layout.
CheckArea
= layout.CheckBounds;
17 references to CheckArea
System.Windows.Forms (17)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (16)
414
layout.
CheckArea
.X = field.X;
415
layout.
CheckArea
.Width = checkSizeFull + 1;
417
layout.
CheckArea
.Y = field.Y;
418
layout.
CheckArea
.Height = field.Height;
426
layout.
CheckArea
.X = field.X + field.Width - checkSizeFull;
427
layout.
CheckArea
.Width = checkSizeFull + 1;
429
layout.
CheckArea
.Y = field.Y;
430
layout.
CheckArea
.Height = field.Height;
435
layout.
CheckArea
.X = field.X;
436
layout.
CheckArea
.Width = field.Width;
438
layout.
CheckArea
.Y = field.Y;
439
layout.
CheckArea
.Height = checkSizeFull;
446
layout.
CheckArea
.X = field.X;
447
layout.
CheckArea
.Width = field.Width;
449
layout.
CheckArea
.Y = field.Y + field.Height - checkSizeFull;
450
layout.
CheckArea
.Height = checkSizeFull;
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
80
e.GraphicsInternal.ExcludeClip(layout.
CheckArea
);