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