Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1240
XamlParseException
posted

I'm getting an XamlParseException "Provide value on 'System.Windows.Markup.StaticsExtension' deep in Infragistics code.  There are two UI threads with very similar call stacks when the exception occurs. 

The exception detail is:

System.Windows.Markup.XamlParseException occurred
  HResult=-2146233087
  Message=Provide value on 'System.Windows.Markup.StaticExtension' threw an exception.
  Source=PresentationFramework
  LineNumber=0
  LinePosition=0
  StackTrace:
       at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  InnerException: System.Reflection.TargetInvocationException
       HResult=-2146232828
       Message=Exception has been thrown by the target of an invocation.
       Source=mscorlib
       StackTrace:
            at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
            at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
            at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
            at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)
            at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)
            at System.Windows.Markup.StaticExtension.GetFieldOrPropertyValue(Type type, String name, Object& value)
            at System.Windows.Markup.StaticExtension.ProvideValue(IServiceProvider serviceProvider)
            at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
       InnerException: System.Xaml.XamlParseException
            HResult=-2146233088
            Message=Exception of type 'System.Xaml.XamlParseException' was thrown.
            Source=PresentationFramework
            LineNumber=0
            LinePosition=0
            StackTrace:
                 at System.Windows.Baml2006.Baml2006Reader.ReadObject(KeyRecord record)
                 at System.Windows.ResourceDictionary.CreateObject(KeyRecord key)
                 at System.Windows.ResourceDictionary.OnGettingValue(Object key, Object& value, Boolean& canCache)
                 at System.Windows.ResourceDictionary.OnGettingValuePrivate(Object key, Object& value, Boolean& canCache)
                 at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
                 at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
                 at System.Windows.ResourceDictionary.GetValueWithoutLock(Object key, Boolean& canCache)
                 at System.Windows.ResourceDictionary.GetValue(Object key, Boolean& canCache)
                 at System.Windows.ResourceDictionary.get_Item(Object key)
                 at Infragistics.Windows.Themes.ResourceSet.GetSealedResource(ResourceDictionary dictionary, Object key)
                 at Infragistics.Windows.Themes.DataPresenterResourceSet`1.get_CellValuePresenter()
            InnerException:

=====================================================================================

The thread with the exception's call stack is:

  PresentationFramework.dll!System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, bool skipJournaledProperties, object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) + 0x170 bytes 
  PresentationFramework.dll!System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, bool skipJournaledProperties, object rootObject, System.Xaml.XamlObjectWriterSettings parentSettings, System.Uri baseUri) + 0x28 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.CreateObject(System.Windows.Baml2006.KeyRecord key) + 0xc8 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.OnGettingValue(object key, ref object value, out bool canCache) + 0x7f bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.OnGettingValuePrivate(object key, ref object value, out bool canCache) + 0x1d bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x94 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.FetchResource(object resourceKey, bool allowDeferredResourceReference, bool mustReturnDeferredResourceReference, bool canCacheAsThemeResource, out bool canCache) + 0x84 bytes 
  PresentationFramework.dll!System.Windows.SystemResources.LookupResourceInDictionary(System.Windows.ResourceDictionary dictionary, object key, bool allowDeferredResourceReference, bool mustReturnDeferredResourceReference, out bool canCache) + 0x43 bytes 
  PresentationFramework.dll!System.Windows.SystemResources.FindDictionaryResource(object key, System.Type typeKey, System.Windows.ResourceKey resourceKey, bool isTraceEnabled, bool allowDeferredResourceReference, bool mustReturnDeferredResourceReference, out bool canCache) + 0x7b bytes 
  PresentationFramework.dll!System.Windows.SystemResources.FindResourceInternal(object key, bool allowDeferredResourceReference, bool mustReturnDeferredResourceReference) + 0x22e bytes 
  PresentationFramework.dll!System.Windows.StyleHelper.GetThemeStyle(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce) + 0x1ef bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.UpdateThemeStyleProperty() + 0x45 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.OnInitialized(System.EventArgs e) + 0x2f bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.TryFireInitialized() + 0x4e bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.ChangeLogicalParent(System.Windows.DependencyObject newParent) + 0xaf bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.AddLogicalChild(object child) + 0x6a bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.CellPlaceholder.CreateCachedElement(bool cacheInTemplateRecord) + 0x1d2 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.CellPlaceholder.VerifyCachedElement() + 0x111 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.CellPlaceholder.OnInitialized(System.EventArgs e) + 0x22 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.TryFireInitialized() + 0x4e bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.EndInit() + 0x23 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.AddPlaceholder(System.Windows.Controls.Panel placeholderPanel, Infragistics.Windows.DataPresenter.Field field, bool isLabel) + 0x110 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.InitializeCellPanel(System.Windows.Controls.Panel placeholderPanel, bool isLabelPanel) + 0xa8 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.InitializeCachedCellArea() + 0x5b0 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.VerifyCache() + 0x2c bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.NonVirtualizedCellFields.get() + 0x1d bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.VerifyFieldLists() + 0x1e4 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.MeasureOverride(System.Windows.Size availableSize) + 0x12a bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) + 0x18 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.v13.1.dll!Infragistics.Windows.Controls.CardPanel.MeasureOverride(System.Windows.Size availableSize) + 0xda bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.DataRecordCellArea.MeasureOverride(System.Windows.Size availableSize) + 0x4f bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) + 0x18 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) + 0xe9 bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) + 0x8a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x3e6 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.v13.1.dll!Infragistics.Windows.Controls.CardPanel.MeasureOverride(System.Windows.Size availableSize) + 0xda bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.RecordPresenter.MeasureOverride(System.Windows.Size availableSize) + 0xaa8 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.GenerationCache.GenerateNextElement(bool isHeader) + 0x123f bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.GenerationCache.GenerateScrollableRecords() + 0x2d9 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.GenerationCache.GenerateAllRecords() + 0x9a bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.MeasureOverride(System.Windows.Size availableSize) + 0x984 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() + 0x1a1 bytes 
  PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayoutCallback(object arg) + 0x19 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork() + 0x10 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() + 0x70 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandlerCore(object resizedCompositionTarget) + 0x82 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandler(object resizedCompositionTarget) + 0x2c bytes 
  WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes 
  WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes 
  WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() + 0xac bytes 
  WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) + 0x38 bytes 
  mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 581 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 530 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Line 519 + 0xe bytes C#
  WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() + 0x5b bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() + 0x16b bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x5a bytes 
  WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes 
  WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes 
  WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes 
  WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes 
  WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes 
  [Native to Managed Transition] 
  [Managed to Native Transition] 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) + 0xb1 bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) + 0x49 bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.Run() + 0x4b bytes 
> Zetta.exe!RCS.ZettaUI.ControlHost.BuildWindowCore.AnonymousMethod__0() Line 334 + 0x5 bytes C#
  mscorlib.dll!System.Threading.ThreadHelper.ThreadStart_Context(object state) Line 68 + 0x27 bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 581 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 530 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Line 519 + 0xe bytes C#
  mscorlib.dll!System.Threading.ThreadHelper.ThreadStart() Line 105 + 0x20 bytes C#
  [Native to Managed Transition] 

==============================================================

The second thread's call stack is:

  PresentationFramework.dll!System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, bool skipJournaledProperties, object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) + 0x170 bytes 
  PresentationFramework.dll!System.Windows.Markup.WpfXamlLoader.LoadDeferredContent(System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, bool skipJournaledProperties, object rootObject, System.Xaml.XamlObjectWriterSettings parentSettings, System.Uri baseUri) + 0x28 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.CreateObject(System.Windows.Baml2006.KeyRecord key) + 0xc8 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.OnGettingValue(object key, ref object value, out bool canCache) + 0x7f bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.OnGettingValuePrivate(object key, ref object value, out bool canCache) + 0x1d bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x94 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValueWithoutLock(object key, out bool canCache) + 0x76 bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.GetValue(object key, out bool canCache) + 0x8b bytes 
  PresentationFramework.dll!System.Windows.ResourceDictionary.FetchResource(object resourceKey, bool allowDeferredResourceReference, bool mustReturnDeferredResourceReference, bool canCacheAsThemeResource, out bool canCache) + 0x84 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.FindResourceInTree(System.Windows.FrameworkElement feStart, System.Windows.FrameworkContentElement fceStart, System.Windows.DependencyProperty dp, object resourceKey, object unlinkedParent, bool allowDeferredResourceReference, bool mustReturnDeferredResourceReference, System.Windows.DependencyObject boundaryElement, out System.Windows.InheritanceBehavior inheritanceBehavior, out object source) + 0xff bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.FindResourceInternal(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.DependencyProperty dp, object resourceKey, object unlinkedParent, bool allowDeferredResourceReference, bool mustReturnDeferredResourceReference, System.Windows.DependencyObject boundaryElement, bool isImplicitStyleLookup, out object source) + 0x7a bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.FindImplicitStyleResource(System.Windows.FrameworkElement fe, object resourceKey, out object source) + 0x6c bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.GetRawValue(System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, ref System.Windows.EffectiveValueEntry entry) + 0xbe bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.EvaluateBaseValueCore(System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, ref System.Windows.EffectiveValueEntry newEntry) + 0x32 bytes 
  WindowsBase.dll!System.Windows.DependencyObject.EvaluateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, System.Windows.EffectiveValueEntry newEntry, System.Windows.OperationType operationType) + 0x102 bytes 
  WindowsBase.dll!System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) + 0x379 bytes 
  WindowsBase.dll!System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty dp, bool preserveCurrentValue) + 0xd1 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.UpdateStyleProperty() + 0x63 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.OnInitialized(System.EventArgs e) + 0x1c bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.TryFireInitialized() + 0x4e bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.ChangeLogicalParent(System.Windows.DependencyObject newParent) + 0xaf bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.AddLogicalChild(object child) + 0x6a bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.CellPlaceholder.CreateCachedElement(bool cacheInTemplateRecord) + 0x1d2 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.CellPlaceholder.VerifyCachedElement() + 0x111 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.CellPlaceholder.OnInitialized(System.EventArgs e) + 0x22 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.TryFireInitialized() + 0x4e bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.EndInit() + 0x23 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.AddPlaceholder(System.Windows.Controls.Panel placeholderPanel, Infragistics.Windows.DataPresenter.Field field, bool isLabel) + 0x110 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.InitializeCellPanel(System.Windows.Controls.Panel placeholderPanel, bool isLabelPanel) + 0xa8 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.InitializeCachedCellArea() + 0x4f0 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.VerifyCache() + 0x2c bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.Internal.TemplateDataRecordCache.NonVirtualizedLabelFields.get() + 0x1d bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.VerifyFieldLists() + 0x171 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.VirtualizingDataRecordCellPanel.MeasureOverride(System.Windows.Size availableSize) + 0x12a bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) + 0x18 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x281 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) + 0x18 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) + 0x18 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) + 0xe9 bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) + 0x8a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x3e6 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.v13.1.dll!Infragistics.Windows.Controls.CardPanel.MeasureOverride(System.Windows.Size availableSize) + 0xda bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.RecordPresenter.MeasureOverride(System.Windows.Size availableSize) + 0xaa8 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.GenerationCache.GenerateNextElement(bool isHeader) + 0x1271 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.GenerationCache.GenerateHeader(Infragistics.Windows.DataPresenter.FieldLayout fl, Infragistics.Windows.DataPresenter.Record attachedToRecord) + 0x148 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.GenerationCache.GenerateTopFixedRecords() + 0xf7 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.GenerationCache.GenerateAllRecords() + 0x68 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.GridViewPanelFlat.MeasureOverride(System.Windows.Size availableSize) + 0x984 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ItemsPresenter.MeasureOverride(System.Windows.Size constraint) + 0x18 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ScrollContentPresenter.MeasureOverride(System.Windows.Size constraint) + 0x95 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) + 0xe9 bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) + 0x8a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) + 0x2a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x1cb bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.ScrollViewer.MeasureOverride(System.Windows.Size constraint) + 0x196 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.RecordListControl.MeasureOverride(System.Windows.Size availableSize) + 0x4f bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) + 0xe9 bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) + 0x8a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) + 0x2a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x1cb bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) + 0xe9 bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) + 0x8a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) + 0x2a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x1cb bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Border.MeasureOverride(System.Windows.Size constraint) + 0x12f bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  InfragisticsWPF4.DataPresenter.v13.1.dll!Infragistics.Windows.DataPresenter.DataPresenterBase.MeasureOverride(System.Windows.Size constraint) + 0xaf bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) + 0xe9 bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) + 0x8a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) + 0x2a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x1cb bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!MS.Internal.Helper.MeasureElementWithSingleChild(System.Windows.UIElement element, System.Windows.Size constraint) + 0x45 bytes 
  PresentationFramework.dll!System.Windows.Controls.ContentPresenter.MeasureOverride(System.Windows.Size constraint) + 0x18 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCell(int cell, bool forceInfinityV) + 0xe9 bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV, out bool hasDesiredSizeUChanged) + 0x8a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureCellsGroup(int cellsHead, System.Windows.Size referenceSize, bool ignoreDesiredSizeU, bool forceInfinityV) + 0x2a bytes 
  PresentationFramework.dll!System.Windows.Controls.Grid.MeasureOverride(System.Windows.Size constraint) + 0x1cb bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Border.MeasureOverride(System.Windows.Size constraint) + 0x12f bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Documents.AdornerDecorator.MeasureOverride(System.Windows.Size constraint) + 0x4d bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationFramework.dll!System.Windows.Controls.Control.MeasureOverride(System.Windows.Size constraint) + 0x60 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.DockManager.v13.1.dll!Infragistics.Windows.DockManager.SplitPane.MeasureOverride(System.Windows.Size availableSize) + 0x76d bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.DockManager.v13.1.dll!Infragistics.Windows.DockManager.SplitPane.MeasureOverride(System.Windows.Size availableSize) + 0x76d bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  InfragisticsWPF4.DockManager.v13.1.dll!Infragistics.Windows.DockManager.DockManagerPanel.MeasureOverride(System.Windows.Size availableSize) + 0xbb9 bytes 
  PresentationFramework.dll!System.Windows.FrameworkElement.MeasureCore(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.UIElement.Measure(System.Windows.Size availableSize) + 0x1cc bytes 
  PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() + 0x1a1 bytes 
  PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayoutCallback(object arg) + 0x19 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork() + 0x10 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() + 0x70 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandlerCore(object resizedCompositionTarget) + 0x82 bytes 
  PresentationCore.dll!System.Windows.Media.MediaContext.RenderMessageHandler(object resizedCompositionTarget) + 0x2c bytes 
  WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes 
  WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes 
  WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() + 0xac bytes 
  WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) + 0x38 bytes 
  mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 581 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 530 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Line 519 + 0xe bytes C#
  WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() + 0x5b bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() + 0x16b bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x5a bytes 
  WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes 
  WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes 
  WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes 
  WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes 
  WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes 
  [Native to Managed Transition] 
  [Managed to Native Transition] 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) + 0xb1 bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) + 0x49 bytes 
  WindowsBase.dll!System.Windows.Threading.Dispatcher.Run() + 0x4b bytes 
> Zetta.exe!RCS.ZettaUI.ControlHost.BuildWindowCore.AnonymousMethod__0() Line 334 + 0x5 bytes C#
  mscorlib.dll!System.Threading.ThreadHelper.ThreadStart_Context(object state) Line 68 + 0x27 bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 581 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) Line 530 + 0xd bytes C#
  mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) Line 519 + 0xe bytes C#
  mscorlib.dll!System.Threading.ThreadHelper.ThreadStart() Line 105 + 0x20 bytes C#
  [Native to Managed Transition] 

The exception appears to be timing sensitive since it happens sporadically.  We first started experiencing the exception when we upgraded to V13.1. 

Any ideas on why it is happening, and how it can be fixed?

Thanks

Dan

  • 138253
    Offline posted

    Hello Dan,

     

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

  • 138253
    Offline posted

    Hello Dan,

     

    Thank you for your post. I have been looking into it and since this is not a known issue, could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.

     

    Looking forward for your reply.