Открытые статические члены |
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] |