用户从Windows注销时WPF应用程序崩溃 [英] WPF app crashes when user signs off from Windows

查看:81
本文介绍了用户从Windows注销时WPF应用程序崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



如果WPF应用程序在运行时崩溃,则用户从Windows注销.当笔记本电脑连接到投影仪并且我们拔下显示电缆时,它也会崩溃.在经过测试的各种系统(都运行Windows 10)中,会发生这种情况. Windows 7系统不受此问题的影响.该应用程序以.NET Framework 4.6.2为目标,但.NET Framework 4也会发生同样的情况.有什么想法吗?这是调用堆栈:

Hi,

My WPF application crashes if while it's running, the user signs off from Windows. It also crashes when a laptop is connected to a projector and we unplug the display cable. This happens in various systems I've tested, all running Windows 10. I've tested one Windows 7 system which was not affected by the problem. The application targets .NET Framework 4.6.2 but the same happens with .NET Framework 4. Any ideas? Here's the call stack:

MyControls.dll!MyControls.ActionButtonContentConverter.Convert(object[] values = {object[7]}, System.Type targetType = {Name = "Object" FullName = "System.Object"}, object parameter = null, System.Globalization.CultureInfo culture = {System.Globalization.CultureInfo}) Line 59   C#
   System.Windows.Data.MultiBindingExpression.TransferValue()   Unknown
   System.Windows.Data.MultiBindingExpression.Transfer()  Unknown
   System.Windows.Data.MultiBindingExpression.HandlePropertyInvalidation(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args)   Unknown
   System.Windows.Data.BindingExpressionBase.OnPropertyInvalidation(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args)  Unknown
   System.Windows.DependentList.InvalidateDependents(System.Windows.DependencyObject source = {System.Windows.Controls.Button}, System.Windows.DependencyPropertyChangedEventArgs sourceArgs)  Unknown
   System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args)  Unknown
   System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex = {System.Windows.EntryIndex}, System.Windows.DependencyProperty dp = {System.Windows.DependencyProperty}, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry = {System.Windows.EffectiveValueEntry}, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown
   System.Windows.TreeWalkHelper.OnInheritablePropertyChanged(System.Windows.DependencyObject d, System.Windows.InheritablePropertyChangeInfo info, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>._VisitNode(System.Windows.DependencyObject d = {System.Windows.Controls.Button}, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree)   Unknown
   System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentPresenter}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.IterateChildren(System.Windows.DependencyObject d) Unknown
   System.Windows.DescendentsWalker<System.Windows.InheritablePropertyChangeInfo>.StartWalk(System.Windows.DependencyObject startNode, bool skipStartNode)   Unknown
   System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown
   System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args)  Unknown
   System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex = {System.Windows.EntryIndex}, System.Windows.DependencyProperty dp = {System.Windows.DependencyProperty}, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry = {System.Windows.EffectiveValueEntry}, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown
   System.Windows.DependencyObject.SetValueCommon(System.Windows.DependencyProperty dp, object value, System.Windows.PropertyMetadata metadata, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType, bool isInternal)  Unknown
   System.Windows.Controls.ContentPresenter.OnContentChanged(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e)   Unknown
   System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e)  Unknown
   System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown
   System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args)  Unknown
   System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex = {System.Windows.EntryIndex}, System.Windows.DependencyProperty dp = {System.Windows.DependencyProperty}, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry = {System.Windows.EffectiveValueEntry}, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown
   System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty dp, bool preserveCurrentValue) Unknown
   System.Windows.StyleHelper.InvalidatePropertiesOnTemplateNode(System.Windows.DependencyObject container = {System.Windows.Controls.ContentControl}, MS.Internal.FrameworkObject child, int childIndex = 1, ref MS.Utility.FrugalStructList<System.Windows.ChildRecord> childRecordFromChildIndex, bool isDetach = true, System.Windows.FrameworkElementFactory templateRoot = null)  Unknown
   System.Windows.StyleHelper.ClearTemplateChain(System.Collections.Specialized.HybridDictionary[] instanceData, System.Windows.FrameworkElement feContainer = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkContentElement fceContainer, System.Collections.Generic.List<System.Windows.DependencyObject> templateChain = Count = 1, System.Windows.FrameworkTemplate oldFrameworkTemplate = {System.Windows.Controls.ControlTemplate}) Unknown
   System.Windows.StyleHelper.ClearGeneratedSubTree(System.Collections.Specialized.HybridDictionary[] instanceData, System.Windows.FrameworkElement feContainer = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkContentElement fceContainer = null, System.Windows.FrameworkTemplate oldFrameworkTemplate) Unknown
   System.Windows.StyleHelper.DoTemplateInvalidations(System.Windows.FrameworkElement feContainer = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkTemplate oldFrameworkTemplate = {System.Windows.Controls.ControlTemplate}) Unknown
   System.Windows.StyleHelper.UpdateTemplateCache(System.Windows.FrameworkElement fe = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkTemplate oldTemplate, System.Windows.FrameworkTemplate newTemplate = {System.Windows.Controls.ControlTemplate}, System.Windows.DependencyProperty templateProperty)   Unknown
   System.Windows.Controls.Control.OnTemplateChanged(System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e)  Unknown
   System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e)  Unknown
   System.Windows.FrameworkElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) Unknown
   System.Windows.DependencyObject.NotifyPropertyChange(System.Windows.DependencyPropertyChangedEventArgs args)  Unknown
   System.Windows.DependencyObject.UpdateEffectiveValue(System.Windows.EntryIndex entryIndex = {System.Windows.EntryIndex}, System.Windows.DependencyProperty dp = {System.Windows.DependencyProperty}, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, ref System.Windows.EffectiveValueEntry newEntry = {System.Windows.EffectiveValueEntry}, bool coerceWithDeferredReference, bool coerceWithCurrentValue, System.Windows.OperationType operationType) Unknown
   System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty dp, bool preserveCurrentValue) Unknown
   System.Windows.StyleHelper.InvalidateContainerDependents(System.Windows.DependencyObject container = {System.Windows.Controls.ContentControl}, ref MS.Utility.FrugalStructList<System.Windows.ContainerDependent> exclusionContainerDependents, ref MS.Utility.FrugalStructList<System.Windows.ContainerDependent> oldContainerDependents, ref MS.Utility.FrugalStructList<System.Windows.ContainerDependent> newContainerDependents)   Unknown
   System.Windows.StyleHelper.DoThemeStyleInvalidations(System.Windows.FrameworkElement fe = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkContentElement fce, System.Windows.Style oldThemeStyle = {System.Windows.Style}, System.Windows.Style newThemeStyle = {System.Windows.Style}, System.Windows.Style style)   Unknown
   System.Windows.StyleHelper.UpdateThemeStyleCache(System.Windows.FrameworkElement fe = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkContentElement fce = null, System.Windows.Style oldThemeStyle, System.Windows.Style newThemeStyle, ref System.Windows.Style themeStyleCache)   Unknown
   System.Windows.FrameworkElement.OnThemeStyleChanged(System.Windows.DependencyObject d, object oldValue, object newValue) Unknown
   System.Windows.StyleHelper.GetThemeStyle(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce) Unknown
   System.Windows.FrameworkElement.UpdateThemeStyleProperty()   Unknown
   System.Windows.TreeWalkHelper.OnResourcesChanged(System.Windows.DependencyObject d, System.Windows.ResourcesChangeInfo info, bool raiseResourceChangedEvent = true)   Unknown
   System.Windows.TreeWalkHelper.OnResourcesChangedCallback(System.Windows.DependencyObject d, System.Windows.ResourcesChangeInfo info, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d = {System.Windows.Controls.ContentControl}, bool visitedViaVisualTree)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyControls.MyWrapPanel}, bool hasLogicalChildren) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ItemsPresenter}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.SingleChildEnumerator})  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, bool hasLogicalChildren) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyControls.MyItemsControl}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentPresenter}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyControls.MyStackPanel}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ItemsPresenter}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.SingleChildEnumerator})  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, bool hasLogicalChildren) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyControls.MyItemsControl}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentPresenter}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyControls.MyStackPanel}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ItemsPresenter}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.SingleChildEnumerator})  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, bool hasLogicalChildren) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyControls.MyItemsControl}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentPresenter}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ScrollViewer}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {MS.Internal.Controls.ContentModelTreeEnumerator})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ScrollViewer}, bool hasLogicalChildren) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.SingleChildEnumerator})  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Border}, bool hasLogicalChildren) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Documents.AdornerDecorator}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.SingleChildEnumerator})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Documents.AdornerDecorator}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyControls.MyScreen}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {MS.Internal.Controls.ContentModelTreeEnumerator}) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {MyViews.MyScreenContainer}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {MS.Internal.Controls.ContentModelTreeEnumerator})  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyViews.MyScreenContainer}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {MS.Internal.Controls.ContentModelTreeEnumerator}) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {MyViews.ViewA}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {MS.Internal.Controls.ContentModelTreeEnumerator})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyViews.ViewA}, bool hasLogicalChildren) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {MS.Internal.Controls.ContentModelTreeEnumerator}) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.ContentControl}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.Controls.Grid.GridChildrenCollectionEnumeratorSimple})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {System.Windows.Controls.Grid}, bool hasLogicalChildren)   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>._VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.FrameworkElement fe, bool visitedViaVisualTree) Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.VisitNode(System.Windows.DependencyObject d, bool visitedViaVisualTree)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkLogicalChildren(System.Windows.FrameworkElement feParent = {MyViews.MainWindow}, System.Windows.FrameworkContentElement fceParent = null, System.Collections.IEnumerator logicalChildren = {System.Windows.SingleChildEnumerator})   Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.WalkFrameworkElementLogicalThenVisualChildren(System.Windows.FrameworkElement feParent = {MyViews.MainWindow}, bool hasLogicalChildren)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.IterateChildren(System.Windows.DependencyObject d)  Unknown
   System.Windows.DescendentsWalker<System.Windows.ResourcesChangeInfo>.StartWalk(System.Windows.DependencyObject startNode, bool skipStartNode) Unknown
   System.Windows.TreeWalkHelper.InvalidateOnResourcesChange(System.Windows.FrameworkElement fe, System.Windows.FrameworkContentElement fce, System.Windows.ResourcesChangeInfo info)   Unknown
   System.Windows.SystemResources.InvalidateTreeResources(object args)   Unknown
   System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)   Unknown
   System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source = {System.Windows.Threading.Dispatcher}, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler = null)  Unknown
   System.Windows.Threading.DispatcherOperation.InvokeImpl()  Unknown
   System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) Unknown
   MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(object obj) Unknown
   System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)   Unknown
   System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx)  Unknown
   System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state)   Unknown
   MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext executionContext = {MS.Internal.CulturePreservingExecutionContext}, System.Threading.ContextCallback callback, object state) Unknown
   System.Windows.Threading.DispatcherOperation.Invoke()   Unknown
   System.Windows.Threading.Dispatcher.ProcessQueue()   Unknown
   System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)  Unknown
   MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd = {System.IntPtr}, int msg = 49803, System.IntPtr wParam = {System.IntPtr}, System.IntPtr lParam = {System.IntPtr}, ref bool handled = false)  Unknown
   MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o)   Unknown
   System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs)   Unknown
   System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source = {System.Windows.Threading.Dispatcher}, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler = null)  Unknown
   System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) Unknown
   MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd = {System.IntPtr}, int msg = 49803, System.IntPtr wParam = {System.IntPtr}, System.IntPtr lParam = {System.IntPtr}) Unknown
 
   System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame = {System.Windows.Threading.DispatcherFrame}) Unknown
   System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame)  Unknown
   System.Windows.Application.RunDispatcher(object ignore)   Unknown
   System.Windows.Application.RunInternal(System.Windows.Window window)  Unknown
   System.Windows.Application.Run(System.Windows.Window window) Unknown
   System.Windows.Application.Run()  Unknown
   My.Shell.App.Main()  Unknown

推荐答案

Without any details about what the app does or resources needed I don't think you will get much help.
Without any details about what the app does or resources needed I don't think you will get much help.


这篇关于用户从Windows注销时WPF应用程序崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆