1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
21
internal FlatButtonAppearance(ButtonBase owner) =>
_owner
= owner;
9 references to _owner
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (9)
43
if (
_owner
.ParentInternal is not null)
46
_owner
.AutoSize,
47
_owner
.ParentInternal,
48
_owner
,
52
_owner
.Invalidate();
80
_owner
.Invalidate();
103
_owner
.Invalidate();
127
_owner
.Invalidate();
151
_owner
.Invalidate();