Skip to content

Commit 0eb9f4e

Browse files
authored
Update see also links (#7636)
1 parent 69e1b99 commit 0eb9f4e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

xml/System.Windows.Controls/Panel.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
4545
<xref:System.Windows.Controls.Panel> elements do not receive mouse or stylus events if a <xref:System.Windows.Controls.Panel.Background%2A> is not defined. If you need to handle mouse or stylus events but do not want a background for your <xref:System.Windows.Controls.Panel>, use <xref:System.Windows.Media.Brushes.Transparent%2A>.
4646
47-
Panel elements do not receive focus by default. To compel a panel element to receive focus, set the <xref:System.Windows.UIElement.Focusable%2A> property to `true`.
48-
49-
47+
Panel elements do not receive focus by default. To compel a panel element to receive focus, set the <xref:System.Windows.UIElement.Focusable%2A> property to `true`.
5048
5149
## Examples
5250
The following example shows how to use the <xref:System.Windows.Controls.Panel.Children%2A> property to add two <xref:System.Windows.Controls.Button> objects to a <xref:System.Windows.Controls.StackPanel>.
@@ -57,8 +55,8 @@
5755
5856
]]></format>
5957
</remarks>
60-
<related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkID=159979">Create a Custom Content-Wrapping Panel Sample</related>
61-
<related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkID=160053">WPF Controls Gallery Sample</related>
58+
<related type="Article" href="/dotnet/desktop/wpf/controls/how-to-create-a-custom-panel-element">How to: Create a Custom Panel Element</related>
59+
<related type="ExternalDocumentation" href="https://github.com/Microsoft/WPF-Samples/tree/master/Getting%20Started/ControlsAndLayout">WPF Controls Gallery Sample</related>
6260
</Docs>
6361
<Members>
6462
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)