Lines Matching refs:DockPane

413         public VS2003DockPaneStrip(DockPane pane) : base(pane)  in VS2003DockPaneStrip()
465 if (Appearance == DockPane.AppearanceStyle.ToolWindow) in MeasureHeight()
473 if (DockPane.IsAutoHide || Tabs.Count <= 1) in MeasureHeight_ToolWindow()
508 if (Appearance == DockPane.AppearanceStyle.Document) in GetOutline()
512 int y = DockPane.PointToClient(PointToScreen(new Point(0, rectTab.Bottom))).Y; in GetOutline()
513 Rectangle rectPaneClient = DockPane.ClientRectangle; in GetOutline()
514 pts[0] = DockPane.PointToScreen(new Point(rectPaneClient.Left, y)); in GetOutline()
519 pts[5] = DockPane.PointToScreen(new Point(rectPaneClient.Right, y)); in GetOutline()
520 … pts[6] = DockPane.PointToScreen(new Point(rectPaneClient.Right, rectPaneClient.Bottom)); in GetOutline()
521 … pts[7] = DockPane.PointToScreen(new Point(rectPaneClient.Left, rectPaneClient.Bottom)); in GetOutline()
527 int y = DockPane.PointToClient(PointToScreen(new Point(0, rectTab.Top))).Y; in GetOutline()
528 Rectangle rectPaneClient = DockPane.ClientRectangle; in GetOutline()
529 pts[0] = DockPane.PointToScreen(new Point(rectPaneClient.Left, rectPaneClient.Top)); in GetOutline()
530 … pts[1] = DockPane.PointToScreen(new Point(rectPaneClient.Right, rectPaneClient.Top)); in GetOutline()
531 pts[2] = DockPane.PointToScreen(new Point(rectPaneClient.Right, y)); in GetOutline()
536 pts[7] = DockPane.PointToScreen(new Point(rectPaneClient.Left, y)); in GetOutline()
546 if (Appearance == DockPane.AppearanceStyle.ToolWindow) in CalculateTabs()
554 if (Tabs.Count <= 1 || DockPane.IsAutoHide) in CalculateTabs_ToolWindow()
647 if (Appearance != DockPane.AppearanceStyle.Document || !Tabs.Contains(content)) in EnsureTabVisible()
667 if (Appearance == DockPane.AppearanceStyle.ToolWindow) in GetTabOriginalWidth()
693 if (content == DockPane.ActiveContent && DockPane.IsActiveDocumentPane) in GetTabOriginalWidth_Document()
703 if (DockPane.DockPanel.ShowDocumentIcon) in GetTabOriginalWidth_Document()
714 if (Appearance == DockPane.AppearanceStyle.Document) in DrawTabStrip()
766 if (Appearance == DockPane.AppearanceStyle.ToolWindow) in GetTabRectangle()
792 if (Appearance == DockPane.AppearanceStyle.ToolWindow) in DrawTab()
812 if (DockPane.ActiveContent == tab.Content) in DrawTab_ToolWindow()
825 if (Tabs.IndexOf(DockPane.ActiveContent) != Tabs.IndexOf(tab) + 1) in DrawTab_ToolWindow()
842 if (DockPane.DockPanel.ShowDocumentIcon) in DrawTab_Document()
848 if (DockPane.ActiveContent == tab.Content) in DrawTab_Document()
857 if (DockPane.DockPanel.ShowDocumentIcon) in DrawTab_Document()
868 if (DockPane.IsActiveDocumentPane) in DrawTab_Document()
880 if (Tabs.IndexOf(DockPane.ActiveContent) != Tabs.IndexOf(tab) + 1) in DrawTab_Document()
885 if (DockPane.DockPanel.ShowDocumentIcon) in DrawTab_Document()
904 if (Appearance == DockPane.AppearanceStyle.ToolWindow)
972 …llLeft.Visible = m_buttonScrollRight.Visible = m_buttonClose.Visible = (DockPane.DockState == Dock… in SetInertButtons()
986 if (Appearance == DockPane.AppearanceStyle.ToolWindow) in SetInertButtons()
990 …bool showCloseButton = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.… in SetInertButtons()
1020 …bool showCloseButton = DockPane.ActiveContent == null ? true : DockPane.ActiveContent.DockHandler.… in OnLayout()
1034 DockPane.CloseActiveContent(); in Close_Click()