2 writes to currentControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5963
currentControl
= null;
5976
currentControl
= ctl;
14 references to currentControl
System.Windows.Forms (14)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (14)
5586
return
currentControl
;
5663
return(
currentControl
!= null);
5668
if (
currentControl
!= null && Visible) {
5669
currentControl
.FocusInternal();
5700
if (
currentControl
!= null && !resizing) {
5702
Size newSize = new Size(2 * DropDownHolderBorder +
currentControl
.Width, 2 * DropDownHolderBorder +
currentControl
.Height);
5960
if (
currentControl
!= null) {
5961
currentControl
.Resize -= new EventHandler(this.OnCurrentControlResize);
5962
Controls.Remove(
currentControl
);
5984
if (
currentControl
is GridViewListBox) {
5985
ListBox lb = (ListBox)
currentControl
;
6069
currentControl
.Resize += new EventHandler(this.OnCurrentControlResize);
6071
Enabled =
currentControl
!= null;