Skip to content

Commit

Permalink
Merge pull request #1919 from dotnet/main
Browse files Browse the repository at this point in the history
Merge main into live
  • Loading branch information
adegeo authored Nov 5, 2024
2 parents 5645d25 + 69f9056 commit 614e975
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 50 deletions.
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/advanced/drag-and-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ Windows Presentation Foundation (WPF) provides a highly flexible drag and drop i
<xref:System.Windows.DragDropEffects>
<xref:System.Windows.DragEventHandler>
<xref:System.Windows.TextDataFormat>

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ The topics in this section describe how to use the WPF element tree.
<xref:System.Windows.Media.VisualTreeHelper>

<xref:System.Windows.Markup>

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ The topics in this section describe how to use events in WPF.
<xref:System.Windows.EventManager>

<xref:System.Windows.RoutingStrategy>

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ Windows Presentation Foundation (WPF) provides extensive support for the develop
<xref:System.Resources.NeutralResourcesLanguageAttribute>

[xml:lang Handling in XAML](/dotnet/desktop/xaml-services/xml-language-handling)

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ The topics in this section describe how to use the input and commanding infrastr
<xref:System.Windows.Input.Mouse>

<xref:System.Windows.Input.FocusManager>

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ This page contains links to documents that discuss how to implement interoperati
| <xref:System.Windows.Interop.HwndSource> | Hosts a WPF region within a Win32 application. |
| <xref:System.Windows.Interop.HwndHost> | Base class for <xref:System.Windows.Forms.Integration.WindowsFormsHost>, defines some basic functionality that all HWND-based technologies use when hosted by a WPF application. Subclass this to host a Win32 window within a WPF application. |
| <xref:System.Windows.Interop.BrowserInteropHelper> | A helper class for reporting conditions of the browser environment for a WPF application that is hosted by a browser. |

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ The following examples demonstrate how to accomplish common tasks using the Wind
<xref:System.Windows.Media.AdornerHitTestResult>

<xref:System.Windows.Documents.AdornerLayer>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/adorners.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ This section provides information about Adorners and the Windows Presentation Fo
<xref:System.Windows.Media.AdornerHitTestResult>

<xref:System.Windows.Documents.AdornerLayer>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ CheckBox controls in different states
<xref:System.Windows.Controls.RadioButton>
<xref:System.Windows.Controls.Primitives.ButtonBase>
<xref:System.Windows.Controls.Primitives.RepeatButton>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/contextmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ ContextMenu in different states
## Reference

<xref:System.Windows.Controls.ContextMenu>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/expander.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ An <xref:System.Windows.Controls.Expander> allows a user to view a header and ex
## Reference

<xref:System.Windows.Controls.Expander>

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ The topics in this section describe how to use the <xref:System.Windows.Controls
<xref:System.Windows.Controls.GridSplitter>

<xref:System.Windows.Controls.Grid>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/gridsplitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ The <xref:System.Windows.Controls.GridSplitter> redistributes space between colu
## Reference

<xref:System.Windows.Controls.GridSplitter>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/groupbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ The <xref:System.Windows.Controls.GroupBox> control is a <xref:System.Windows.Co
## Reference

<xref:System.Windows.Controls.GroupBox>

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ The topics in this section describe how to use the <xref:System.Windows.Controls
<xref:System.Windows.Controls.ListBox>

<xref:System.Windows.Controls.ListBoxItem>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/listbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ Typical ListBox

<xref:System.Windows.Controls.ListBox>
<xref:System.Windows.Controls.ListBoxItem>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ Menus in different states
<xref:System.Windows.Controls.MenuItem>
<xref:System.Windows.Controls.Primitives.MenuBase>
<xref:System.Windows.Controls.ContextMenu>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ The <xref:System.Windows.Controls.Primitives.Popup> control displays content in
## Reference

<xref:System.Windows.Controls.Primitives.Popup>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/progressbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ A <xref:System.Windows.Controls.ProgressBar> indicates the progress of an operat

<xref:System.Windows.Controls.ProgressBar>
<xref:System.Windows.Controls.Primitives.StatusBar>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/radiobutton.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ Typical RadioButton
## Reference

<xref:System.Windows.Controls.Primitives.ToggleButton>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ Typical RepeatButton
## Reference

<xref:System.Windows.Controls.Primitives.RepeatButton>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/statusbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ A <xref:System.Windows.Controls.Primitives.StatusBar> is a horizontal area at th

<xref:System.Windows.Controls.Primitives.StatusBar>
<xref:System.Windows.Controls.Primitives.StatusBarItem>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/tabcontrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ Typical TabControl

<xref:System.Windows.Controls.TabControl>
<xref:System.Windows.Controls.TabItem>

## Related Sections
2 changes: 0 additions & 2 deletions dotnet-desktop-guide/framework/wpf/controls/toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ Vertical Toolbar

<xref:System.Windows.Controls.ToolBar>
<xref:System.Windows.Controls.ToolBarTray>

## Related Sections
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ The topics in this section describe how to use the <xref:System.Windows.Controls
<xref:System.Windows.Controls.TreeView>

<xref:System.Windows.Controls.TreeViewItem>

## Related Sections

0 comments on commit 614e975

Please sign in to comment.