1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
755this.owner = owner;
4 references to owner
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (4)
759get { return owner; } 764return owner.ParentInternal; 771imageRect.Offset(owner.SplitButtonButton.Bounds.Location); 780textRect.Offset(owner.SplitButtonButton.Bounds.Location);