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