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

RSRP-294069: ParentFolder != null

$
0
0
Reporter ReSharper anonymous (resharper) ReSharper anonymous (resharper)
Created Apr 12, 2012 5:01:17 PM
Updated Apr 19, 2012 7:57:28 PM
Resolved Apr 19, 2012 10:24:21 AM
Priority Normal
Type Exception
Fix versions No Fix versions
State Duplicate
Assignee Sergey Shkredov (serjic.shkredov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.13.97, Built=2012-04-08T23:31:32, Configuration=“Csharp PublicMode VS1100”
ParentFolder != null

--- EXCEPTION #1/2 [AssertionException]
Message = “ParentFolder != null”
ExceptionPath = Root.InnerException
ClassName = JetBrains.Util.Assertion+AssertionException
HResult = COR_E_EXCEPTION=80131500
Source = JetBrains.Platform.ReSharper.ProjectModel
StackTraceString = “
  at JetBrains.ProjectModel.ProjectItemBase.AssertIsValid() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\ProjectImplementation\ProjectItemBase.cs:line 179
     at JetBrains.ProjectModel.Impl.CachedProjectItemValue`2.GetValue() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\impl\CachedProjectItemValue.cs:line 32
     at JetBrains.ProjectModel.ProjectFileImpl.get_LanguageType() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\ProjectImplementation\ProjectFileImpl.cs:line 149
     at JetBrains.ReSharper.Psi.Impl.PsiProjectFile.get_LanguageType() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\impl\PsiProjectFile.cs:line 133
     at JetBrains.ReSharper.Psi.Html.Impl.References.HtmlReferenceFactoryBase`2.IsApplicableToFile(IPsiSourceFile sourceFile, IFile file) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\Html\src\Impl\References\HtmlAttributeValueReferenceFactoryBase.cs:line 29
     at JetBrains.ReSharper.Psi.Web.WinRT.Html.HtmlWinRTWinControlReferenceProvider.IsApplicableToFile(IPsiSourceFile sourceFile, IFile file) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\Web.WinRT\src\Html\HtmlWinRTWinControlReferenceProvider.cs:line 22
     at JetBrains.ReSharper.Psi.Resolve.StatelessReferenceProviderFactoryBase.CreateFactory(IPsiSourceFile sourceFile, IFile file) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\Resolve\StatelessReferenceProviderFactoryBase.cs:line 11
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.ReferenceProviderFactory.Create(IPsiSourceFile sourceFile, IFile file) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\impl\PsiManager\ReferenceProviderFactory.cs:line 42
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.PsiFilesCache.OnReferenceProviderFactoryChanged() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\impl\PsiManager\PsiFilesCache.cs:line 396
     at JetBrains.ReSharper.Psi.Impl.PsiManagerImpl.ReferenceProviderFactory.FireOnChanged() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Psi\_Core\src\impl\PsiManager\ReferenceProviderFactory.cs:line 56
     at JetBrains.ReSharper.Feature.Services.Asp.CSharp.CustomReferences.CSharpMvcReferenceProviderFactory.FireOnChanged() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\Asp.CSharp\src\CustomReferences\CSharpMvcReferenceProviderFactory.cs:line 49
     at System.Action.Invoke()
     at JetBrains.ReSharper.Feature.Services.Asp.CustomReferences.MvcReferenceProviderValidator.FireOnChanged() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\Asp\src\CustomReferences\MvcReferenceProviderValidator.cs:line 46
     at JetBrains.ReSharper.Feature.Services.Asp.CustomReferences.MvcReferenceProviderValidator.<>c__DisplayClass5.<.ctor>b__0(ChangeEventArgs args) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\Asp\src\CustomReferences\MvcReferenceProviderValidator.cs:line 27
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “ParentFolder != null”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50323.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 367
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.Signal`1.Fire(TValue value) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 473
     at JetBrains.Application.Changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 220
     at JetBrains.ProjectModel.Transaction.ProjectModelBatchChangeManager.EndTransaction(ProjectModelBatchChange projectModelBatchChange, ITaskExecutor executor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\Transaction\ProjectModelBatchChangeManager.cs:line 49
     at JetBrains.ProjectModel.Transaction.ProjectModelBatchChangeManager.AddChanges(ProjectModelChange[] deltas) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\Transaction\ProjectModelBatchChangeManager.cs:line 33
     at JetBrains.ProjectModel.Transaction.ProjectModelChangeUtil.OnChange(IProjectModelBatchChangeManager batchChangeManager, ProjectModelChange changeDelta) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\Transaction\ProjectModelChangeUtil.cs:line 13
     at JetBrains.ProjectModel.Model2.Assemblies.Impl.ModuleReferenceResolveManager.<>c__DisplayClass13.<UpdateReferenceAndFire>b__12() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\Assemblies\Impl\ModuleReferenceResolveManager.cs:line 229
     at JetBrains.Application.Changes.ChangeManagerImpl.ExecuteAfterChange(Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 588
     at JetBrains.ProjectModel.Model2.Assemblies.Impl.ModuleReferenceResolveManager.<>c__DisplayClass13.<UpdateReferenceAndFire>b__11() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\Assemblies\Impl\ModuleReferenceResolveManager.cs:line 228
     at JetBrains.Application.Changes.ChangeManagerImpl.ExecutePendingActions() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 295
     at JetBrains.Application.Changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 236
     at JetBrains.ProjectModel.Transaction.ProjectModelBatchChangeManager.EndTransaction(ProjectModelBatchChange projectModelBatchChange, ITaskExecutor executor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\Transaction\ProjectModelBatchChangeManager.cs:line 49
     at JetBrains.ProjectModel.Impl.ProjectModelBatchChange.Commit(ITaskExecutor executor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\model2\Transaction\ProjectModelBatchChange.cs:line 51
     at JetBrains.ProjectModel.Update.LateWriteLockCookie.Dispose() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\Update\LateWriteLockCookie.cs:line 47
     at JetBrains.ProjectModel.Update.ProjectModelUpdater.UpdateProjectReferences(IProject project, ICollection`1 referenceDescriptors, Boolean notifyChangeManager) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\Update\ProjectModelUpdater.cs:line 163
     at JetBrains.VsIntegration.ProjectModel.VSProjectInfo.UpdateProjectReferences(List`1 resolvedReferences) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\VSProjectInfo.cs:line 120
     at JetBrains.VsIntegration.ProjectModel.ProjectModelSynchronizer.<>c__DisplayClasse.<ScheduleUpdateProjectReferences>b__d() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\ProjectModelSynchronizer.cs:line 221
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.ExecuteTask03_InitialSynchronizeSolution(Action actionToExecute) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 839
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.<DispatchInternal>b__0(IProgressIndicator pi) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 790
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunStartTaskCallTaskAction(IProperty`1 isDone, ProgressIndicator progressIndicator, TaskThreadAffinity taskThreadAffinity, Action`1 FTask, JetDispatcher dispatcherPrimary) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 315
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.<>c__DisplayClass11.<RunStartTask>b__10() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 295
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     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.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(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.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
     at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
     at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at System.Windows.Forms.Form.ShowDialog()
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.<>c__DisplayClass3.<RunCore>b__0(Lifetime lifetime) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 125
     at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41
     at JetBrains.UI.Application.Progress.UITaskExecutorRun.RunCore(TaskThreadAffinity taskThreadAffinity, Action`1 FTask, Func`3 FAttachUi, ProgressIndicator progressIndicator, IWin32Window parentWindow, IThreading threading, Boolean enforceModalityState) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\Progress\UITaskExecutorRun.cs:line 84
     at JetBrains.UI.Application.Progress.UITaskExecutorRuns.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\Progress\UITaskExecutorRuns.cs:line 188
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchInternal() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 768
     at JetBrains.VsIntegration.ProjectModel.SolutionLoadTasksScheduler.DispatchTasks() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ProjectModel\VSSolutionManager.cs:line 763
     at JetBrains.ProjectModel.Tasks.SolutionLoadTasksSchedulerBase.ResumeWaitTask(SolutionLoadWaitHandle waitHandle) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Projects\src\impl\Tasks\SolutionLoadTasksSchedulerBase.cs:line 54
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.<OnAfterBackgroundSolutionLoadComplete>b__4() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 144
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass3.<ExecuteOrQueueOrMerge>b__0() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 139
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415
     at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 64
     at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\UnguardedCallbackMerger.cs:line 136
     at JetBrains.VsIntegration.DevTen.Src.ProjectModel.VsSolutionManager10.OnAfterBackgroundSolutionLoadComplete() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\v10.v11\Src\ProjectModel\VSSolutionManager10.cs:line 146
     at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
     at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass26.<GetCallbackForMultipleParent>b__25(Task`1[] _)
     at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass2c.<GetCallback>b__2b()
     at System.Threading.Tasks.Task`1.InnerInvoke()
     at System.Threading.Tasks.Task.Execute()
     at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
     at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
     at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.ProcessQueue()
     at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIBackgroundPriorityScheduler.<OnTaskQueued>b__0()
     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.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.ProcessQueue()
     at System.Windows.Threading.Dispatcher.WndProcHook(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.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(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>