mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Removed call to SpDestroyNotifyWindow in UIForm.OnDestroy
This commit is contained in:
@@ -344,7 +344,6 @@ namespace Microsoft.Iris.UI
|
||||
Zone.Dispose(this);
|
||||
Session.InputManager.InvalidKeyFocus -= new InvalidKeyFocusHandler(OnInvalidKeyFocus);
|
||||
Session.Dispatcher.StopCurrentMessageLoop();
|
||||
NativeApi.SpDestroyNotifyWindow();
|
||||
}
|
||||
|
||||
private void OnInvalidKeyFocus(ICookedInputSite lastKnownFocused)
|
||||
|
||||
Reference in New Issue
Block a user