Posted 14 years ago
by SledgeHammer01
Version: 9.2.0515
Platform: .NET 4.0
Environment: Windows Server 2003 (32-bit)
I created a UserControl.
UserControl is:
<Grid Focusable="False">
<TabControl TabStripPlacement="Bottom" Focusable="False" FocusVisualStyle="{x:Null}">
<TabItem x:Name="propTab" Header="Properties" FocusVisualStyle="{x:Null}">
<propgrid:PropertyGrid x:Name="propGrid" />
</TabItem>
<TabItem x:Name="fieldTab" Header="Fields" FocusVisualStyle="{x:Null}" />
</TabControl>
</Grid>
I dynamically create document windows using the ActiPro docking classes:
DocumentTemplateWindow dtw = new DocumentTemplateWindow(template);
DocumentWindow dw = new DocumentWindow(dockSite, null, template.Name, null, dtw);
dw.Focusable = false;
dw.Activate();
_templateWindowList[template.ID] = dw;
When I close the document window, the property grid throws a bunch of errors out:
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
UserControl is:
<Grid Focusable="False">
<TabControl TabStripPlacement="Bottom" Focusable="False" FocusVisualStyle="{x:Null}">
<TabItem x:Name="propTab" Header="Properties" FocusVisualStyle="{x:Null}">
<propgrid:PropertyGrid x:Name="propGrid" />
</TabItem>
<TabItem x:Name="fieldTab" Header="Fields" FocusVisualStyle="{x:Null}" />
</TabControl>
</Grid>
I dynamically create document windows using the ActiPro docking classes:
DocumentTemplateWindow dtw = new DocumentTemplateWindow(template);
DocumentWindow dw = new DocumentWindow(dockSite, null, template.Name, null, dtw);
dw.Focusable = false;
dw.Activate();
_templateWindowList[template.ID] = dw;
When I close the document window, the property grid throws a bunch of errors out:
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=NameTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.PropertyGrid', AncestorLevel='1''. BindingExpression:Path=ValueTemplateSelector; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'ContentTemplateSelector' (type 'DataTemplateSelector')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.Primitives.IPropertyDataAccessor', AncestorLevel='1''. BindingExpression:Path=IsModified; DataItem=null; target element is 'TreeListViewCell' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=IsExpanded; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'IsChecked' (type 'Nullable`1')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='ActiproSoftware.Windows.Controls.PropertyGrid.TreeListViewItem', AncestorLevel='1''. BindingExpression:Path=HasItems; DataItem=null; target element is 'TreeListViewToggleButton' (Name=''); target property is 'NoTarget' (type 'Object')