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)
2161
DefaultDropDownDirection
= value
2167
control.
DefaultDropDownDirection
= value;
2185
control.
DefaultDropDownDirection
= value;
2193
control.
DefaultDropDownDirection
= value;
2208
control.
DefaultDropDownDirection
= ToolStripDropDownDirection.Right;
2224
control.
DefaultDropDownDirection
= ToolStripDropDownDirection.Right;
2232
control.
DefaultDropDownDirection
= ToolStripDropDownDirection.Default;
2242
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
DefaultDropDownDirection
= value);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
962
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)
54
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);
System\Windows\Forms\StatusStripTests.cs (1)
54
Assert.Equal(ToolStripDropDownDirection.AboveRight, control.
DefaultDropDownDirection
);
System\Windows\Forms\ToolStripDropDownTests.cs (2)
1431
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
1447
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
System\Windows\Forms\ToolStripTests.cs (19)
58
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);
215
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);
1754
Assert.Equal(expected, control.
DefaultDropDownDirection
);
1781
Assert.Equal(expected, control.
DefaultDropDownDirection
);
1885
Assert.Equal(expected, control.
DefaultDropDownDirection
);
1917
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2021
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2141
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2163
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2168
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2186
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2194
Assert.Equal(expected, control.
DefaultDropDownDirection
);
2204
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
2209
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2213
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2220
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(ToolStrip))[nameof(ToolStrip.
DefaultDropDownDirection
)];
2225
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2229
Assert.Equal(ToolStripDropDownDirection.Right, control.
DefaultDropDownDirection
);
2233
Assert.Equal(ToolStripDropDownDirection.BelowRight, control.
DefaultDropDownDirection
);