///// Gets the HostedPane property. This dependency property
///// indicates the hosted pane contained into the floating window (an hosted pane can be of type <see cref="FloatingDocumentPane"/> or type <see cref="FloatingDockablePane"/>.
///// </summary>
//public Pane HostedPane
//{
// get { return (Pane)GetValue(HostedPaneProperty); }
//}
///// <summary>
///// Provides a secure method for setting the HostedPane property.
///// This dependency property indicates the hosted pane contained into the floating window (an hosted pane can be of type <see cref="FloatingDocumentPane"/> or type <see cref="FloatingDockablePane"/>.
///// </summary>
///// <param name="value">The new value for the property.</param>