Base:
method
GetEditStyle
System.Drawing.Design.UITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)
3 references to GetEditStyle
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.cs (1)
217
/// Edits the specified object value using the editor style provided by <see cref="
GetEditStyle
"/>.
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ArrayEditorTests.cs (1)
139
Assert.Equal(UITypeEditorEditStyle.Modal, editor.
GetEditStyle
(context));
System\ComponentModel\Design\CollectionEditorTests.cs (1)
762
Assert.Equal(UITypeEditorEditStyle.Modal, editor.
GetEditStyle
(context));