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