Skip to content

Commit fd434cb

Browse files
Merge pull request #2090 from dotnet/main
Merge main into live
2 parents a18845e + d35f412 commit fd434cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotnet-desktop-guide/winforms/controls-design/how-to-set-toolbox-icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Icons for the **Toolbox** window in Visual Studio must conform to certain standa
3131
Icons are assigned to a control with the <xref:System.Drawing.ToolboxBitmapAttribute> attribute. For more information about attributes, see [Attributes (C#)](/dotnet/csharp/programming-guide/concepts/attributes/index) or [Attributes overview (Visual Basic)](/dotnet/visual-basic/programming-guide/concepts/attributes/index).
3232

3333
> [!TIP]
34-
> You can download a sample icon from [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/net/winforms/controls-design/media/how-to-set-toolbox-icon/CompassRose.bmp).
34+
> You can download a sample icon from [GitHub](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/winforms/controls-design/media/how-to-set-toolbox-icon/CompassRose.bmp).
3535
3636
The attribute is set on the control's class, and has three different constructors:
3737

dotnet-desktop-guide/wpf/data/how-to-create-a-simple-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following XAML demonstrates using the `Employee` class as a data object. The
4646
1. Replace the XAML with the following snippet:
4747

4848
> [!IMPORTANT]
49-
> The following snippet is taken from a C# project. If you're using Visual Basic, the `x:Class` should be declared without the `ArticleSample` namespace. You can see what the Visual Basic version looks like [here](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/net/wpf/data/snippets/how-to-create-a-simple-binding/vb/EmployeeView.xaml).
49+
> The following snippet is taken from a C# project. If you're using Visual Basic, the `x:Class` should be declared without the `ArticleSample` namespace. You can see what the Visual Basic version looks like at [EmployeeView.xaml](https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/wpf/data/snippets/how-to-create-a-simple-binding/vb/EmployeeView.xaml).
5050
5151
:::code language="xaml" source="./snippets/how-to-create-a-simple-binding/csharp/EmployeeView.xaml" highlight="7-9,33-37,43":::
5252

0 commit comments

Comments
 (0)