1 write to _owner
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.ToolStripSplitButtonButtonLayout.cs (1)
22_owner = owner;
4 references to _owner
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.ToolStripSplitButtonButtonLayout.cs (4)
27get { return _owner; } 34return _owner.ParentInternal; 44imageRect.Offset(_owner.SplitButtonButton.Bounds.Location); 55textRect.Offset(_owner.SplitButtonButton.Bounds.Location);