Removed call to SpDestroyNotifyWindow in UIForm.OnDestroy

This commit is contained in:
Yoshi Askharoun
2021-10-08 13:52:02 -05:00
parent efb5ef6dca
commit c9e3376e7c
-1
View File
@@ -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)