Home
last modified time | relevance | path

Searched refs:NestedPanes (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/Docking/
H A DFloatWindow.cs91 public NestedPaneCollection NestedPanes property in WeifenLuo.WinFormsUI.Docking.FloatWindow
98 get { return NestedPanes.VisibleNestedPanes; }
119 foreach (DockPane pane in NestedPanes) in IsDockStateValid()
225 if (NestedPanes.Count == 0) in WndProc()
230 for (int i = NestedPanes.Count - 1; i >= 0; i--) in WndProc()
232 DockContentCollection contents = NestedPanes[i].Contents; in WndProc()
264 foreach (DockPane pane in NestedPanes) in WndProc()
276 if (NestedPanes.Count == 0) in WndProc()
397 for (int i = NestedPanes.Count - 1; i >= 0; i--) in DockTo()
399 DockPane paneFrom = NestedPanes[i]; in DockTo()
[all …]
H A DDockPanel.Persistor.cs177 public NestedPane[] NestedPanes property
201 public NestedPane[] NestedPanes property
309 foreach (DockPane pane in dw.NestedPanes) in SaveAsXml()
337 foreach (DockPane pane in fw.NestedPanes) in SaveAsXml()
455 dockWindows[i].NestedPanes = new NestedPane[countOfNestedPanes]; in LoadDockWindows()
492 floatWindows[i].NestedPanes = new NestedPane[countOfNestedPanes]; in LoadFloatWindows()
624 for (int j = 0; j < dockWindows[i].NestedPanes.Length; j++) in LoadFromXml()
627 int indexPane = dockWindows[i].NestedPanes[j].IndexPane; in LoadFromXml()
632 double proportion = dockWindows[i].NestedPanes[j].Proportion; in LoadFromXml()
643 for (int j = 0; j < floatWindows[i].NestedPanes.Length; j++) in LoadFromXml()
[all …]
H A DVisibleNestedPaneCollection.cs19 public NestedPaneCollection NestedPanes property in WeifenLuo.WinFormsUI.Docking.VisibleNestedPaneCollection
26 get { return NestedPanes.Container; }
31 get { return NestedPanes.DockState; }
36 get { return NestedPanes.IsFloat; }
42 for (int i=0; i<NestedPanes.Count; i++) in Refresh()
44 DockPane pane = NestedPanes[i]; in Refresh()
50 foreach (DockPane pane in NestedPanes) in Refresh()
H A DDockPane.cs147 NestedPanesContainer.NestedPanes.Remove(this); in Dispose()
821 …get { return (m_nestedDockingStatus.NestedPanes == null) ? null : m_nestedDockingStatus.NestedPane…
834 …get { return (m_nestedDockingStatus.NestedPanes == null) ? null : m_nestedDockingStatus.NestedPane…
861 if (NestedDockingStatus.NestedPanes == null)
864 return NestedDockingStatus.NestedPanes.Container;
1113 int count = container.NestedPanes.Count; in InternalAddToDockList()
1114 if (container.NestedPanes.Contains(this)) in InternalAddToDockList()
1119 if (prevPane != null && !container.NestedPanes.Contains(prevPane)) in InternalAddToDockList()
1127 container.NestedPanes.Add(this); in InternalAddToDockList()
1281 if (FloatWindow == null || FloatWindow.NestedPanes.Count != 1) in FloatAt()
[all …]
H A DDockWindow.cs69 get { return NestedPanes.VisibleNestedPanes; }
72 public NestedPaneCollection NestedPanes property in WeifenLuo.WinFormsUI.Docking.DockWindow
H A DInterfaces.cs23 NestedPaneCollection NestedPanes { get; } property
H A DNestedDockingStatus.cs20 public NestedPaneCollection NestedPanes property in WeifenLuo.WinFormsUI.Docking.NestedDockingStatus
H A DNestedPaneCollection.cs45 …ldNestedPanes = (pane.NestedPanesContainer == null) ? null : pane.NestedPanesContainer.NestedPanes; in Add()
H A DVS2005DockPaneCaption.cs468 DockPane.NestedDockingStatus.NestedPanes.SwitchPaneWithFirstChild(DockPane); in AutoHide_Click()
H A DDockContentHandler.cs396 … PanelPane.NestedDockingStatus.NestedPanes.SwitchPaneWithFirstChild(PanelPane);
1140 …(DockState == DockState.Float || floatPane == null || floatPane.FloatWindow.NestedPanes.Count != 1) in IDockDragSource.BeginDrag()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2005Multithreading/
H A DVS2005MultithreadingDockPaneCaption.cs431 DockPane.NestedDockingStatus.NestedPanes.SwitchPaneWithFirstChild(DockPane); in AutoHide_Click()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2012/
H A DVS2012DockPaneCaption.cs345 DockPane.NestedDockingStatus.NestedPanes.SwitchPaneWithFirstChild(DockPane); in AutoHide_Click()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2013/
H A DVS2013DockPaneCaption.cs344 DockPane.NestedDockingStatus.NestedPanes.SwitchPaneWithFirstChild(DockPane); in AutoHide_Click()