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