3 writes to editor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
388this.editor = typeEd; 841GetTypeConverterAndTypeEditor(ref c, editorBaseType, ref editor); 850editor = base.GetEditor(editorBaseType);
3 references to editor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
571bool currentRefresh = !(editor == null || GetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor)); 832return editor; 852return editor;