2 references to OnWindowLocationChanged
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
1076
_currentWindow.LocationChanged += new EventHandler(
OnWindowLocationChanged
);
1234
_currentWindow.LocationChanged -= new EventHandler(
OnWindowLocationChanged
);