1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
20internal FlatButtonAppearance(ButtonBase owner) => _owner = owner;
9 references to _owner
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (9)
42if (_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();