6 references to CustomEditor
System.Windows.Forms.Tests (6)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (6)
379Assert.IsType<CustomEditor>(property.GetEditor(typeof(object))); 380Assert.Null(property.GetEditor(typeof(CustomEditor))); 439Assert.IsType<CustomEditor>(property.GetEditor(typeof(object))); 440Assert.Null(property.GetEditor(typeof(CustomEditor))); 1412[Editor(typeof(CustomEditor), typeof(object))] 1453[Editor(typeof(CustomEditor), typeof(object))]