2 writes to currentEditor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1025currentEditor = null; 1075currentEditor = ctl;
2 references to currentEditor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5129else if (currentEditor != null) { 5130currentEditor.FocusInternal();