Windowを開いてすぐ閉じると例外が発生することがある。
yone64 opened this issue · 0 comments
ContentRenderedイベントがWindowがとじた後に発生していることが原因らしく、
ContentRenderedイベントハンドラ内のShowしている個所で例外が発生する。
○ stack trace
System.InvalidOperationException はユーザー コードによってハンドルされませんでした。
HResult=-2146233079
Message=Window が閉じた後で、Visibility の設定や、Show、ShowDialog、および WindowInteropHelper.EnsureHandle の呼び出しを行うことはできません。
Source=PresentationFramework
StackTrace:
場所 System.Windows.Window.Show()
場所 MetroRadiance.Chrome.Internal.GlowWindow.<.ctor>b__3(Object sender, EventArgs args)
場所 System.EventHandler.Invoke(Object sender, EventArgs e)
場所 System.Windows.Window.b__4(Object unused)
場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
場所 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
InnerException: