1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (1)
29this.owner = owner;
10 references to owner
System.Windows.Forms (10)
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (10)
55if (owner != null && owner.ParentInternal != null) { 56LayoutTransaction.DoLayoutIf(owner.AutoSize, owner.ParentInternal, owner, PropertyNames.FlatAppearanceBorderSize); 58owner.Invalidate(); 87owner.Invalidate(); 112owner.Invalidate(); 138owner.Invalidate(); 164owner.Invalidate();