Открытые статические члены | Статические открытые данные | Свойства

Класс TSLab.Controls.DockHelper

Полный список членов класса

Открытые статические члены

static bool GetIsShowEverywhere (FloatingDockablePane control)
static void SetIsShowEverywhere (FloatingDockablePane control, bool value)
static void ToggleShowEverywhere (this FloatingDockablePane pane)
static bool GetIsShowEverywhere (FloatingDocumentPane control)
static void SetIsShowEverywhere (FloatingDocumentPane control, bool value)
static void ToggleShowEverywhere (this FloatingDocumentPane pane)
static SizeToContent GetFloatingWindowSizeToContent (FloatingDockablePane control)
static void SetFloatingWindowSizeToContent (FloatingDockablePane control, SizeToContent value)
static void AddIsModifiedHandler (DependencyObject o, RoutedEventHandler handler)
static void RemoveIsModifiedHandler (DependencyObject o, RoutedEventHandler handler)
static void Show (this DockingManager dm, DocumentContent dc, bool isRaiseModify=true)
static void ShowFloating (this DockingManager dm, DocumentContent document, bool visible)
static void ShowContent (this DockingManager dm, DocumentContent content)
static void Register (this DockingManager dm, FloatingWindow window)
static void MoveTo (this FloatingDockablePane pane, DockingManager dm, bool hide)
static void MoveTo (this FloatingDocumentPane pane, DockingManager dm, bool hide)
static void MoveToFloat (this DocumentContent document, DockingManager dm)
static void CloseContent (this DockingManager dm)
static bool AnyModifiedWindow (this DockingManager dm)
static T FirstContent< T > (this DockingManager dm)

Статические открытые данные

static readonly DependencyProperty IsShowEverywhereProperty
static readonly DependencyProperty FloatingWindowSizeToContentProperty
static readonly RoutedEvent IsModifiedEvent

Свойства

static bool Disposing [get, set]

Данные класса

readonly DependencyProperty TSLab.Controls.DockHelper.FloatingWindowSizeToContentProperty [static]
Инициализатор
 DependencyProperty.RegisterAttached(
          "FloatingWindowSizeToContent", typeof(SizeToContent), typeof(DockHelper),
          new FrameworkPropertyMetadata(SizeToContent.Manual))
readonly RoutedEvent TSLab.Controls.DockHelper.IsModifiedEvent [static]
Инициализатор
            EventManager.RegisterRoutedEvent("IsModified",
                                            RoutingStrategy.Bubble,
                                            typeof(RoutedEventHandler),
                                            typeof(DockingManager))
readonly DependencyProperty TSLab.Controls.DockHelper.IsShowEverywhereProperty [static]
Инициализатор
 DependencyProperty.RegisterAttached(
          "IsShowEverywhere", typeof(bool), typeof(DockHelper),
          new FrameworkPropertyMetadata(false))