Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-288338: No such margin in the view.

$
0
0
Reporter Dmitry Osinovsky (Dmitry.Osinovsky) Dmitry Osinovsky (Dmitry.Osinovsky)
Created Feb 16, 2012 3:00:11 AM
Updated Feb 16, 2012 3:11:14 AM
Resolved Feb 16, 2012 3:11:14 AM
Priority Normal
Type Exception
Fix versions No Fix versions
State Duplicate
Assignee Unassigned
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 6.1 EAP Version=6.5.0.0, Built=2012-02-15T22:43:51, Configuration=“Csharp InternalMode Vbnet VS1000”
No such margin in the view.

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “No such margin in the view.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.Dock = Right
Data.MarginName = ReSharperMarginRight
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ReSharper.VisualStudio.v10.v11
StackTraceString = “
  at JetBrains.VsIntegration.DevTen.TextControl.Marginal.VsTextControlMarginDevTenEx.GetMargin(IWpfTextView view, Dock dock) in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\Marginal\VsTextControlMarginDevTenEx.cs:line 50
     at JetBrains.VsIntegration.DevTen.TextControl.TextViewShimImpl.VsTextViewShimImplementationDevTen.Init_PushStripeToMargin() in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\TextViewShimImpl\VsTextViewShimImplementationDevTen.cs:line 122
     at JetBrains.Util.Logger.Catch(Action action) in c:\ReSharperHg\Platform\src\Util\src\Logger\Logger.cs:line 243


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “No such margin in the view.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Util.Logger.LogException(Exception ex) in c:\ReSharperHg\Platform\src\Util\src\Logger\Logger.cs:line 622
     at JetBrains.Util.Logger.Catch(Action action) in c:\ReSharperHg\Platform\src\Util\src\Logger\Logger.cs:line 247
     at JetBrains.VsIntegration.DevTen.TextControl.TextViewShimImpl.VsTextViewShimImplementationDevTen..ctor(IVsTextView vsTextView, IVsEditorAdaptersFactoryService vsEditorAdaptersFactoryService) in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\TextViewShimImpl\VsTextViewShimImplementationDevTen.cs:line 65
     at JetBrains.VsIntegration.DevTen.TextControl.TextViewShimImpl.VsTextViewShimImplementationFactoryDevTen.JetBrains.Platform.CommonServices.TextControlServices.IVsTextViewShimImplementationFactory.CreateInstance(IVsTextView vsTextViewRaw) in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\TextViewShimImpl\VsTextViewShimImplementationFactoryDevTen.cs:line 24
     at JetBrains.Platform.CommonServices.TextControlServices.Impl.VsTextViewShim.AttachImplementation(IVsTextViewShimImplementationFactory factory) in c:\ReSharperHg\Platform\src\CommonServices\src\TextControlServices\Impl\VsTextViewShim.cs:line 166
     at JetBrains.Platform.CommonServices.TextControlServices.Impl.VsTextViewShimImplementationFactoryService.PushForEachCurrentFactoryValue_NotNull(Action`1 FEnter, Action`1 FLeave) in c:\ReSharperHg\Platform\src\CommonServices\src\TextControlServices\Impl\VsTextViewShimImplementationFactoryService.cs:line 82
     at JetBrains.Platform.CommonServices.TextControlServices.Impl.VsTextViewShim..ctor(VsTextViewSharedService owner, IVsTextView view) in c:\ReSharperHg\Platform\src\CommonServices\src\TextControlServices\Impl\VsTextViewShim.cs:line 63
     at JetBrains.Platform.CommonServices.TextControlServices.Impl.VsTextViewSharedService.CreateSharedTextView(IVsTextView textView) in c:\ReSharperHg\Platform\src\CommonServices\src\TextControlServices\Impl\VsTextViewSharedService.cs:line 110
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextControlWindowDevTen.Init_TextViewShared() in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsTextControlWindowDevTen.cs:line 139
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextControlWindowDevTen.<>c__DisplayClass4.<.ctor>b__0() in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsTextControlWindowDevTen.cs:line 46
     at JetBrains.Util.Logger.Catch[TValue](Func`1 F) in c:\ReSharperHg\Platform\src\Util\src\Logger\Logger.cs:line 261
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextControlWindowDevTen..ctor(VsTextControlDevTen owner, WindowFrame frame, IShellLocks locks, IVsEditorAdaptersFactoryService vsEditorAdaptersFactoryService, IDocumentMarkupManager documentMarkupManager, IHighlighterCustomization highlighterCustomization, DefaultTextControlSchemeManager defaultTextControlSchemeManager) in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsTextControlWindowDevTen.cs:line 46
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextControlDevTen..ctor(IWpfTextView vstextview, VsDocumentWhidbey document, WindowFrame frame, IShellLocks locks, TextControlTypingHandlers textControlTypingHandlers, VsCommandProcessor vsCommandProcessor, VsActionManager vsActionManager, ChangeManager changeManager, DocumentChangeManager documentChangeManager, VsDocumentManagerSynchronization vsDocumentManagerSynchronization, DefaultTextControlSchemeManager defaultTextControlSchemeManager, IVsEditorAdaptersFactoryService vsEditorAdaptersFactoryService, IOutliningManagerService outliningManagerService, IEditorOperationsFactoryService editorOperationsFactoryService, IDocumentMarkupManager documentMarkupManager, IHighlighterCustomization highlighterCustomization) in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsTextControlDevTen.cs:line 85
     at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct& signature, RuntimeType declaringType)
     at System.RuntimeMethodHandle.InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct signature, RuntimeType declaringType)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceImpl() in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 205
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstance() in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 228
     at JetBrains.Application.Components.TypeComponentDescriptor.CreateInstanceChecked(OnError onError) in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 240
     at JetBrains.Application.Components.TypeComponentDescriptor.get_Instance() in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\TypeComponentDescriptor.cs:line 43
     at JetBrains.Application.Components.ComponentContainer.ResolveDescriptors(IEnumerable`1 descriptors) in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\ComponentContainer.Registration.cs:line 120
     at JetBrains.Application.Components.ComponentContainer.Compose() in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\ComponentContainer.cs:line 143
     at JetBrains.Application.Components.FactoryComponentContainer.CreateInstance(Lifetime lifetime, Type objecttype, IComponentContainer parent, Object[] args) in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\FactoryComponentContainer.cs:line 75
     at JetBrains.Application.Components.FactoryComponentContainer.CreateInstance[TInstance](Lifetime lifetime, IComponentContainer parent, Object[] args) in c:\ReSharperHg\Platform\src\ComponentModel\src\Components\FactoryComponentContainer.cs:line 26
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextControlCreatorDevTen.CreateTextControl[TTextControl](CreateTextControlParams`1 param) in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsTextControlCreatorDevTen.cs:line 126
     at JetBrains.VsIntegration.DevTen.TextControl.VsAttachTextControlsToTextViews.<>c__DisplayClass2.<.ctor>b__0(Lifetime lifetimeTextView, IWpfTextView textView) in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsAttachTextControlsToTextViews.cs:line 57
     at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass17`1.<>c__DisplayClass20.<ForEachItemCore>b__10() in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 209
     at JetBrains.Util.Logger.Catch(Action action) in c:\ReSharperHg\Platform\src\Util\src\Logger\Logger.cs:line 243
     at JetBrains.DataFlow.ICollectionEventsEx.<>c__DisplayClass17`1.<ForEachItemCore>b__f(AddRemoveEventArgs`1 args) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Extension\ICollectionEventsEx.cs:line 209
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523
     at JetBrains.DataFlow.CollectionEvents`1.FireAddRemove(AddRemove action, TValue value, Object cookie) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 272
     at JetBrains.DataFlow.CollectionEvents`1.InternalAdd(TValue value, Object cookie) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 370
     at JetBrains.DataFlow.CollectionEvents`1.AddRange(IEnumerable`1 items) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\CollectionEvents!1.cs:line 552
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextViewCollectorDevTen.<>c__DisplayClass4.<.ctor>b__0() in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsTextViewCollectorDevTen.cs:line 48
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass3.<ExecuteOrQueueOrMerge>b__0() in c:\ReSharperHg\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\ReSharperHg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\ReSharperHg\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 414
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\ReSharperHg\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\ReSharperHg\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextViewCollectorDevTen.<>c__DisplayClass4.<.ctor>b__1() in c:\ReSharperHg\Platform\src\VisualStudio\v10.v11\Src\TextControl\VsTextViewCollectorDevTen.cs:line 55
     at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(TValue value) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 523
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\ReSharperHg\Platform\src\Util\src\DataFlow\Signal!1.cs:line 472
     at JetBrains.VsIntegration.Interop.Events.VsTextManagerEvents.Sink.Microsoft.VisualStudio.TextManager.Interop.IVsTextManagerEvents.OnRegisterView(IVsTextView pView) in c:\ReSharperHg\Platform\src\VisualStudio\Core\src\Interop\Events\VsTextManagerEvents.cs:line 98
     at Microsoft.VisualStudio.TextManager.Interop.IVsTextManager.RegisterView(IVsTextView pView, IVsTextBuffer pBuffer)
     at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.Init_InitializeWpfTextView()
     at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.Init_OnActivation()
     at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.ShimHostNowVisible(Object sender, EventArgs e)
     at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.TextViewShimHost.OnLayoutUpdated(Object sender, EventArgs e)
     at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent()
     at System.Windows.ContextLayoutManager.UpdateLayout()
     at System.Windows.UIElement.UpdateLayout()
     at System.Windows.Interop.HwndSource.SetLayoutSize()
     at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
     at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
     at Microsoft.VisualStudio.Shell.WindowPane.Microsoft.VisualStudio.Shell.Interop.IVsWindowPane.CreatePaneWindow(IntPtr hwndParent, Int32 x, Int32 y, Int32 cx, Int32 cy, IntPtr& hwnd)
     at Microsoft.VisualStudio.OLE.Interop.IOleDocument.CreateView(IOleInPlaceSite pIPSite, IStream pstm, UInt32 dwReserved, IOleDocumentView& ppView)
     at Microsoft.VisualStudio.Platform.WindowManagement.OleDocumentObject.FinishInit(Boolean fUseDefSize)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.<>c__DisplayClass19.<QueryViewInterface>b__18()
     at Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(Func`1 method)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.QueryViewInterface(Guid& riidRef, IntPtr& ppvOut)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.MarshalingWindowFrame.<>c__DisplayClass6f.<Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame.QueryViewInterface>b__6e()
     at Microsoft.VisualStudio.Shell.ThreadHelper.Invoke[TResult](Func`1 method)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.MarshalingWindowFrame.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame.QueryViewInterface(Guid& riid, IntPtr& ppv)
     at JetBrains.VsIntegration.Interop.Shim.Shell.IVsWindowFrame.TryQueryViewInterface[TInterface]() in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\VSIntegration\src\Interop\Shim\Shell\IVsWindowFrame.cs:line 144
     at JetBrains.VsIntegration.Interop.Extension.IVsWindowFrameEx.TryGetTextViewFromWindowFrame(IVsWindowFrame pFrame) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\VSIntegration\src\Interop\Extension\IVsWindowFrameEx.cs:line 61
     at JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.<>c__DisplayClass1a.<OnRdtBeforeDocumentWindowShow>b__19() in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\VSIntegration\src\DocumentModel\Whidbey\VsDocumentManagerWhidbey.cs:line 351
     at JetBrains.Util.LogCookie.Execute(String comment, Action F) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\Logger\LogCookie.cs:line 37
     at JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.<>c__DisplayClass1a.<OnRdtBeforeDocumentWindowShow>b__18() in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\VSIntegration\src\DocumentModel\Whidbey\VsDocumentManagerWhidbey.cs:line 329
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass2.<ExecuteOrQueue>b__1() in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 94
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 254
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 291
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueue(ReentrancyGuard reega, Disposables disposables, String name, Action F) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 90
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(String name, Action F) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 129
     at JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.OnRdtBeforeDocumentWindowShow(BeforeDocumentWindowShowArgs args) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\VSIntegration\src\DocumentModel\Whidbey\VsDocumentManagerWhidbey.cs:line 329
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\DataFlow\Signal!1.cs:line 323
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\DataFlow\Signal!1.cs:line 482
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\Util\src\DataFlow\Signal!1.cs:line 438
     at JetBrains.VsIntegration.Interop.Events.VsRunningDocumentTableEvents.Sink.Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnBeforeDocumentWindowShow(UInt32 docCookie, Int32 fFirstShow, IVsWindowFrame pFrame) in c:\BuildAgent\work\626f0b9e7a167453\Platform\src\VSIntegration\src\Interop\Events\VsRunningDocumentTableEvents.cs:line 403
     at Microsoft.Internal.VisualStudio.Shell.Interop.IVsRunningDocumentTablePrivate.NotifyOnBeforeShow(UInt32 docCookie, Int32 fFirstShow, IVsWindowFrame pFrame)
     at Microsoft.VisualStudio.Platform.WindowManagement.Rdt.NotifyOnBeforeShow(UInt32 cookie, Boolean firstShow, IVsWindowFrame frame)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.NotifyFrameShowing(UInt32 cookie, Boolean firstShow)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ShowInternal(ShowFlags showFlags)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.LoadDocumentStates(IStream stream, Int32 fExternal)
     at Microsoft.VisualStudio.Shell.Interop.IVsSolution.OpenSolutionFile(UInt32 grfOpenOpts, String pszFilename)
     at Microsoft.VisualStudio.PlatformUI.ProjectMruItem.OnOpen()
     at Microsoft.VisualStudio.PlatformUI.MruItem.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(String commandName, IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut, Boolean moveToTop)
     at Microsoft.VisualStudio.PlatformUI.MruListItems`1.OpenCommandHandler(IVsUIDispatch sender, String verb, Object argumentIn, Object& argumentOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch.Invoke(String verbName, Object pvaIn, Object& pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection.Invoke(String verb, Object pvaIn, Object& pvaOut)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.InvokeCommand(String command, Int32 index)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(String openCommandName, Object sender, ExecutedRoutedEventArgs e)
     at Microsoft.VisualStudio.PlatformUI.MruListBox.OpenMruItemExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
     at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
     at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
     at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
     at System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs)
     at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e)
     at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
     at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
     at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
     at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
     at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
     at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
     at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
     at System.Windows.Input.InputManager.ProcessStagingArea()
     at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
     at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
     at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
     at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
     at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>