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