3 references to None
System.Windows.Forms (1)
System\Drawing\Design\UITypeEditor.cs (1)
120public virtual UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext? context) => UITypeEditorEditStyle.None;
System.Windows.Forms.Design.Tests (1)
System\Drawing\Design\FontNameEditorTests.cs (1)
66Assert.Equal(UITypeEditorEditStyle.None, editor.GetEditStyle(context));
System.Windows.Forms.Tests (1)
System\Drawing\Design\UITypeEditorTests.cs (1)
62Assert.Equal(UITypeEditorEditStyle.None, editor.GetEditStyle(context));