1 override of DefaultDropDownDirection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
273
public override ToolStripDropDownDirection
DefaultDropDownDirection
10 writes to DefaultDropDownDirection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
281
base.
DefaultDropDownDirection
= value;
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripTests.cs (8)
2163
DefaultDropDownDirection
= value
2169
control.
DefaultDropDownDirection
= value;
2187
control.
DefaultDropDownDirection
= value;
2195
control.
DefaultDropDownDirection
= value;
2210
control.
DefaultDropDownDirection
= ToolStripDropDownDirection.Right;
2226
control.
DefaultDropDownDirection
= ToolStripDropDownDirection.Right;
2234
control.
DefaultDropDownDirection
= ToolStripDropDownDirection.Default;
2244
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
DefaultDropDownDirection
= value);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1019
DefaultDropDownDirection
= ToolStripDropDownDirection.BelowLeft,
24 references to DefaultDropDownDirection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
130
ToolStripDropDownDirection dropDownDirection = parent.
DefaultDropDownDirection
;
System.Windows.Forms.Tests (23)
System\Windows\Forms\MenuStripTests.cs (1)
56
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);
System\Windows\Forms\StatusStripTests.cs (1)
56
Assert.Equal(ToolStripDropDownDirection.AboveRight, control.
DefaultDropDownDirection
);
System\Windows\Forms\ToolStripDropDownTests.cs (2)
1433
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
1449
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
System\Windows\Forms\ToolStripTests.cs (19)
60
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);
217
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);
1756
Assert.Equal(expected, control.
DefaultDropDownDirection
);
1783
Assert.Equal(expected, control.
DefaultDropDownDirection
);
1887
Assert.Equal(expected, control.
DefaultDropDownDirection
);
1919
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2023
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2143
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2165
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2170
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2188
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2196
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2206
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
2211
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2215
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2222
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
2227
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2231
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2235
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);