1 write to ownerItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
252
this.
ownerItem
= ownerItem;
8 references to ownerItem
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (8)
258
if (
ownerItem
.ShowDropDownArrow) {
259
if (
ownerItem
.TextDirection == ToolStripTextDirection.Horizontal) {
272
if (
ownerItem
.ShowDropDownArrow) {
274
if (
ownerItem
.TextDirection == ToolStripTextDirection.Horizontal) {
281
if (
ownerItem
.RightToLeft == RightToLeft.Yes) {
285
dropDownArrowRect = new Rectangle(scaledDropDownArrowPadding.Left,0, dropDownArrowSize.Width,
ownerItem
.Bounds.Height);
289
dropDownArrowRect = new Rectangle(options.client.Right,0, dropDownArrowSize.Width,
ownerItem
.Bounds.Height);
300
dropDownArrowRect = new Rectangle(0,options.client.Bottom + scaledDropDownArrowPadding.Top,
ownerItem
.Bounds.Width-1, dropDownArrowSize.Height);