6 references to CustomEditor
System.Windows.Forms.Tests (6)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (6)
381Assert.IsType<CustomEditor>(property.GetEditor(typeof(object))); 382Assert.Null(property.GetEditor(typeof(CustomEditor))); 441Assert.IsType<CustomEditor>(property.GetEditor(typeof(object))); 442Assert.Null(property.GetEditor(typeof(CustomEditor))); 1414[Editor(typeof(CustomEditor), typeof(object))] 1455[Editor(typeof(CustomEditor), typeof(object))]