1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
20
internal FlatButtonAppearance(ButtonBase owner) =>
_owner
= owner;
14 references to _owner
System.Windows.Forms (14)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (14)
42
if (
_owner
.ParentInternal is not null)
45
_owner
.AutoSize,
46
_owner
.ParentInternal,
47
_owner
,
51
_owner
.Invalidate();
79
_owner
.Invalidate();
102
_owner
.Invalidate();
120
&&
_owner
.FlatStyle != FlatStyle.Popup
121
&&
_owner
.EffectiveVisualStylesModeInternal >= VisualStylesMode.Net11
129
_owner
.Invalidate();
147
&&
_owner
.FlatStyle != FlatStyle.Popup
148
&&
_owner
.EffectiveVisualStylesModeInternal >= VisualStylesMode.Net11
149
? ModernButtonColorMath.GetMouseOverColor(
_owner
, this)
156
_owner
.Invalidate();