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