1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
20
internal FlatButtonAppearance(ButtonBase owner) =>
_owner
= owner;
9 references to _owner
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (9)
42
if (
_owner
.ParentInternal is not null)
45
_owner
.AutoSize,
46
_owner
.ParentInternal,
47
_owner
,
51
_owner
.Invalidate();
79
_owner
.Invalidate();
102
_owner
.Invalidate();
126
_owner
.Invalidate();
150
_owner
.Invalidate();