You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue started after we updated our projects to ControlzEx 4.2.2 from 3.0.2.4 and at first we thought it was similar or may be related to #103 but that was resolved in 4.2.1. I'm not making any GetWindowText calls in my code, we're using the MahApps MetroWindow which uses ControlzEx I believe, but this has been tricky for us to recreate consistently.
Actual behavior
System.ComponentModel.Win32Exception (0x80004005): The parameter is incorrect
at MS.Win32.UnsafeNativeMethods.GetWindowText(HandleRef hWnd, StringBuilder lpString, Int32 nMaxCount)
at System.Windows.Automation.Peers.WindowAutomationPeer.GetNameCore()
at System.Windows.Automation.Peers.AutomationPeer.UpdateSubtree()
at System.Windows.ContextLayoutManager.fireAutomationEvents()
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered:
Describe the bug
Imported from ControlzEx #117
This issue started after we updated our projects to ControlzEx 4.2.2 from 3.0.2.4 and at first we thought it was similar or may be related to #103 but that was resolved in 4.2.1. I'm not making any GetWindowText calls in my code, we're using the MahApps MetroWindow which uses ControlzEx I believe, but this has been tricky for us to recreate consistently.
Actual behavior
The text was updated successfully, but these errors were encountered: