18 references to OwnerDraw
System.Windows.Forms (18)
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)
79SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw); 262if (!OwnerDraw) 322if (OwnerDraw) 688if (OwnerDraw) 1128if (!OwnerDraw) 1150if (OwnerDraw) 1230if (OwnerDraw && (flag & FlagMouseDown) != 0 && value != oldValue) 1240if (OwnerDraw != GetStyle(ControlStyles.UserPaint)) 1242SetStyle(ControlStyles.UserMouse | ControlStyles.UserPaint, OwnerDraw); 1308if (OwnerDraw)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (4)
76if (OwnerDraw) 129if (OwnerDraw) 227if (OwnerDraw) 395if (OwnerDraw)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (3)
92if (OwnerDraw) 130if (OwnerDraw) 195if (OwnerDraw)