Any clue why there are so many binding errors exercising the simple code below?
The thread 0x3c38 has exited with code 0 (0x0).
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Syncfusion.Tools.Wpf\v4.0_14.3460.0.49__3d67ed1f87d44c89\Syncfusion.Tools.Wpf.dll'. Module was built without symbols.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Syncfusion.Shared.Wpf\v4.0_14.3460.0.49__3d67ed1f87d44c89\Syncfusion.Shared.Wpf.dll'. Module was built without symbols.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework.Aero\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Aero.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsFormsIntegration\v4.0_4.0.0.0__31bf3856ad364e35\WindowsFormsIntegration.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemXml\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemXml.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\UIAutomationTypes\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationTypes.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Users\ALLAMP~1\AppData\Local\Temp\VisualStudio.XamlDiagnostics.9324\WpfXamlDiagnosticsTap.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\assembly\GAC\Microsoft.VisualStudio.OLE.Interop\7.1.40304.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.OLE.Interop.dll'. Module was built without symbols.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemData\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemData.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll'. Symbols loaded.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemXmlLinq\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemXmlLinq.dll'. Symbols loaded.
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Syncfusion.Windows.Tools.Controls.DockingManager', AncestorLevel='1''. BindingExpression:Path=IsTouchEnabled; DataItem=null; target element is 'TabItem' (Name=''); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Syncfusion.Windows.Tools.Controls.DockedElementTabbedHost', AncestorLevel='1''. BindingExpression:Path=IsMouseOver; DataItem=null; target element is 'DockHeaderPresenter' (Name='PART_Header'); target property is 'NoTarget' (type 'Object')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Syncfusion.Windows.Tools.Controls.DockedElementTabbedHost', AncestorLevel='1''. BindingExpression:Path=IsMouseOver; DataItem=null; target element is 'DockHeaderPresenter' (Name='PART_Header'); target property is 'NoTarget' (type 'Object')
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'Microsoft.GeneratedCode'.
'Test SF Dockmanager.vshost.exe' (CLR v4.0.30319: Test SF Dockmanager.vshost.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\UIAutomationProvider\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationProvider.dll'. Symbols loaded.
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=HorizontalContentAlignment; DataItem=null; target element is 'ContentPresenter' (Name='Content'); target property is 'HorizontalAlignment' (type 'HorizontalAlignment')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=VerticalContentAlignment; DataItem=null; target element is 'ContentPresenter' (Name='Content'); target property is 'VerticalAlignment' (type 'VerticalAlignment')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=HorizontalContentAlignment; DataItem=null; target element is 'ContentPresenter' (Name='Content'); target property is 'HorizontalAlignment' (type 'HorizontalAlignment')
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.ItemsControl', AncestorLevel='1''. BindingExpression:Path=VerticalContentAlignment; DataItem=null; target element is 'ContentPresenter' (Name='Content'); target property is 'VerticalAlignment' (type 'VerticalAlignment')
The program '[9324] Test SF Dockmanager.vshost.exe' has exited with code 0 (0x0).
Attachment:
Test_SF_Dockmanager_963032dd.zip