6 references to CustomUITypeEditor
System.Windows.Forms.Tests (6)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (6)
394Assert.Null(property.GetEditor(typeof(CustomUITypeEditor))); 395Assert.IsType<CustomUITypeEditor>(property.GetEditor(typeof(UITypeEditor))); 466Assert.Null(property.GetEditor(typeof(CustomUITypeEditor))); 467Assert.IsType<CustomUITypeEditor>(property.GetEditor(typeof(UITypeEditor))); 1415[Editor(typeof(CustomUITypeEditor), typeof(UITypeEditor))] 1457[Editor(typeof(CustomUITypeEditor), typeof(UITypeEditor))]