1 implementation of Deactivated
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerHost.cs (1)
888event EventHandler IDesignerHost.Deactivated
9 references to Deactivated
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\IDesignerHost.cs (1)
57/// Adds an event handler for the <see cref='System.ComponentModel.Design.IDesignerHost.Deactivated'/> event.
System.Windows.Forms.Design (6)
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (2)
185host.Deactivated += OnDesignerDeactivate; 266_host.Deactivated -= OnDesignerDeactivate;
System\Windows\Forms\Design\DocumentDesigner.cs (2)
355host.Deactivated -= OnDesignerDeactivate; 692host.Deactivated += OnDesignerDeactivate;
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
296host.Deactivated -= OnDesignerDeactivate; 340host.Deactivated += OnDesignerDeactivate;
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerHostTests.cs (2)
2479host.Deactivated += deactivatedHandler; 2515host.Deactivated -= deactivatedHandler;