2 writes to Ellipsis
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
231
_button.
Ellipsis
= (_editor.GetEditStyle(TypeDescriptorContext) == UITypeEditorEditStyle.Modal);
236
_button.
Ellipsis
= false;
6 references to Ellipsis
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (5)
188
if (!_button.
Ellipsis
)
239
EditControl.AccessibleRole = _button.
Ellipsis
243
_button.TabStop = _button.
Ellipsis
;
245
_button.AccessibleRole = (_button.
Ellipsis
? AccessibleRole.PushButton : AccessibleRole.ButtonDropDown);
307
if (_button is { Focused: false,
Ellipsis
: false })
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
58
if (
Ellipsis
)