13 references to HandleDestroyed
System.Windows.Forms (13)
System\Windows\Forms\ApplicationContext.cs (3)
58_mainForm?.HandleDestroyed -= onClose; 60_mainForm?.HandleDestroyed += onClose; 136form.HandleDestroyed -= OnMainFormDestroy;
System\Windows\Forms\Control.cs (1)
7507/// Raises the <see cref="HandleDestroyed"/> event.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
22controls[i].HandleDestroyed += OnControlDestroyHandle;
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (2)
37_control.HandleDestroyed += OnDestroyHandle; 60_control.HandleDestroyed -= OnDestroyHandle;
System\Windows\Forms\ToolTip\ToolTip.cs (6)
524currentTopLevel.HandleDestroyed += TopLevelDestroyed; 687_topLevelControl.HandleDestroyed -= TopLevelDestroyed; 1156control.HandleDestroyed -= HandleDestroyed; 1232control.HandleDestroyed += HandleDestroyed; 1254control.HandleDestroyed -= HandleDestroyed; 2245control.HandleDestroyed -= HandleDestroyed;