2 writes to Ellipsis
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
234
_button.
Ellipsis
= (_editor.GetEditStyle(TypeDescriptorContext) == UITypeEditorEditStyle.Modal);
239
_button.
Ellipsis
= false;
6 references to Ellipsis
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (5)
191
if (!_button.
Ellipsis
)
242
EditControl.AccessibleRole = _button.
Ellipsis
246
_button.TabStop = _button.
Ellipsis
;
248
_button.AccessibleRole = (_button.
Ellipsis
? AccessibleRole.PushButton : AccessibleRole.ButtonDropDown);
310
if (_button is { Focused: false,
Ellipsis
: false })
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
58
if (
Ellipsis
)