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