2 overrides of OwnerDraw
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
98private protected override bool OwnerDraw =>
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
191private protected override bool OwnerDraw =>
13 references to OwnerDraw
System.Windows.Forms (13)
System\Windows\Forms\Controls\Buttons\ButtonBase.ButtonBaseAccessibleObject.cs (1)
18this.IsOwnerHandleCreated(out ButtonBase? owner) && owner.OwnerDraw && owner.MouseIsDown
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (10)
84SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw); 271if (!OwnerDraw) 331if (OwnerDraw) 704if (OwnerDraw) 1171if (!OwnerDraw) 1193if (OwnerDraw) 1331if (OwnerDraw && (flag & FlagMouseDown) != 0 && value != oldValue) 1345if (OwnerDraw != GetStyle(ControlStyles.UserPaint)) 1347SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw); 1413if (OwnerDraw)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
113&& base.OwnerDraw);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
203&& base.OwnerDraw);