1 write to _controls
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
15_controls = controls;
7 references to _controls
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (7)
61for (int i = 0; i < _controls.Length; i++) 63ToolInfoWrapper<Control> info = GetTOOLINFO(_controls[i]); 112for (int i = 0; i < _controls.Length; i++) 114if (_controls[i].IsHandleCreated) 116SetupToolTip(_controls[i]); 155for (int i = 0; i < _controls.Length; i++) 157ToolInfoWrapper<Control> info = GetTOOLINFO(_controls[i]);