You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to type "Validation" in filterbox to narrow properties down and ended up with the following exception.
At the time, my selection control was a DataGridRowHeader with properties at default values off. I've tried reproducing it right now on the application, and it's popping up reliably.
Exception details:
System.InvalidOperationException: Cannot serialize a non-public type 'System.Windows.Controls.DataGridHeadersVisibilityToVisibilityConverter'.
at System.Windows.Markup.Primitives.MarkupWriter.VerifyTypeIsSerializable(Type type)
at System.Windows.Markup.Primitives.MarkupWriter.WriteItem(MarkupObjectitem,Scopescope)
at System.Windows.Markup.Primitives.MarkupWriter.WriteItem(MarkupObjectitem,Scopescope)
at System.Windows.Markup.Primitives.MarkupWriter.WriteItem(MarkupObjectitem)
at System.Windows.Markup.Primitives.MarkupWriter.SaveAsXml(XmlWriterwriter,MarkupObjectitem)
at Snoop.Infrastructure.Helpers.XamlWriterHelper.GetXamlAsString(Objectobj)in C:\projects\snoopwpf\Snoop.Core\Infrastructure\Helpers\XamlWriterHelper.cs:line 46
at Snoop.Infrastructure.Helpers.XamlWriterHelper.GetXamlAsXElement(Objectobj)in C:\projects\snoopwpf\Snoop.Core\Infrastructure\Helpers\XamlWriterHelper.cs:line 18
at Snoop.Infrastructure.Helpers.BindingDisplayHelper.BuildBindingDescriptiveString(BindingBasebinding,String[]propertyNames)in C:\projects\snoopwpf\Snoop.Core\Infrastructure\Helpers\BindingDisplayHelper.cs:line 34
at Snoop.Infrastructure.Helpers.BindingDisplayHelper.BuildBindingDescriptiveString(BindingBasebinding)in C:\projects\snoopwpf\Snoop.Core\Infrastructure\Helpers\BindingDisplayHelper.cs:line 14
at Snoop.Infrastructure.PropertyInformation.get_DescriptiveValue()in C:\projects\snoopwpf\Snoop.Core\Infrastructure\PropertyInformation.cs:line 379
at Snoop.Infrastructure.PropertyFilter.MatcherBase.Matches(PropertyInformationpropertyInformation)in C:\projects\snoopwpf\Snoop.Core\Infrastructure\PropertyFilter.cs:line 265
at Snoop.Infrastructure.PropertyFilter.ShouldShow(PropertyInformationproperty)in C:\projects\snoopwpf\Snoop.Core\Infrastructure\PropertyFilter.cs:line 129
at System.Windows.Data.ListCollectionView.PrepareLocalArray()
at System.Windows.Data.ListCollectionView.RefreshOverride()
at System.Windows.Data.CollectionView.Refresh()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegatecallback,Objectargs,Int32numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Objectsource,Delegatecallback,Objectargs,Int32numArgs,DelegatecatchHandler)
Environment
Snoop 6.0.0.0
Windows 6.3.22635
.NET Framework 8.0.4
The text was updated successfully, but these errors were encountered:
I was trying to type "Validation" in filterbox to narrow properties down and ended up with the following exception.
At the time, my selection control was a
DataGridRowHeader
with properties at default values off. I've tried reproducing it right now on the application, and it's popping up reliably.Exception details:
Environment
The text was updated successfully, but these errors were encountered: