2 references to OnWindowDeactivated
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1073
_currentWindow.Deactivated += new EventHandler(
OnWindowDeactivated
);
1230
_currentWindow.Deactivated -= new EventHandler(
OnWindowDeactivated
);