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