Home
last modified time | relevance | path

Searched refs:Form_Deactivate (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolTip.cs774 form.Deactivate += new EventHandler (Form_Deactivate); in HookupFormEvents()
802 hooked_form.Deactivate -= new EventHandler (Form_Deactivate); in UnhookFormEvents()
823 private void Form_Deactivate (object sender, EventArgs e) in Form_Deactivate() method in System.Windows.Forms.ToolTip
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Forms/
H A DBaseWinSDI.design.cs595 LostFocus += Form_Deactivate; in InitializeComponent()
H A DBaseWinSDI.cs185 private void Form_Deactivate(object sender, EventArgs e) in Form_Deactivate() method in GKUI.Forms.BaseWinSDI
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Forms/
H A DBaseWinSDI.cs203 private void Form_Deactivate(object sender, EventArgs e) in Form_Deactivate() method in GKUI.Forms.BaseWinSDI
H A DBaseWinSDI.Designer.cs1057 this.Deactivate += new System.EventHandler(this.Form_Deactivate); in InitializeComponent()