6 references to CustomUITypeEditor
System.Windows.Forms.Tests (6)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (6)
396Assert.Null(property.GetEditor(typeof(CustomUITypeEditor))); 397Assert.IsType<CustomUITypeEditor>(property.GetEditor(typeof(UITypeEditor))); 468Assert.Null(property.GetEditor(typeof(CustomUITypeEditor))); 469Assert.IsType<CustomUITypeEditor>(property.GetEditor(typeof(UITypeEditor))); 1417[Editor(typeof(CustomUITypeEditor), typeof(UITypeEditor))] 1459[Editor(typeof(CustomUITypeEditor), typeof(UITypeEditor))]