2 writes to innerEditor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs (2)
33
this.
innerEditor
= baseTypeEditor;
37
this.
innerEditor
= (UITypeEditor)TypeDescriptor.GetEditor(baseType, typeof(UITypeEditor));
9 references to innerEditor
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs (9)
42
return
innerEditor
;
53
if (
innerEditor
!= null) {
54
return
innerEditor
.EditValue(context, provider, value);
67
if (
innerEditor
!= null) {
68
return
innerEditor
.GetPaintValueSupported(context);
79
if (
innerEditor
!= null) {
80
return
innerEditor
.GetEditStyle(context);
92
if (
innerEditor
!= null) {
93
innerEditor
.PaintValue(e);