mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +02:00
Merge pull request #1135 from dotnet/adegeo-links
Correct .NET Framework links that pointed to old .NET 5 URLs
This commit is contained in:
@@ -24,7 +24,7 @@ This topic discusses the different ways you can declare a binding.
|
||||
|
||||
Before reading this topic, it is important that you are familiar with the concept and usage of markup extensions. For more information about markup extensions, see [Markup Extensions and WPF XAML](../advanced/markup-extensions-and-wpf-xaml.md).
|
||||
|
||||
This topic does not cover data binding concepts. For a discussion of data binding concepts, see [Data Binding Overview](/dotnet/desktop-wpf/data/data-binding-overview).
|
||||
This topic does not cover data binding concepts. For a discussion of data binding concepts, see [Data Binding Overview](data-binding-overview.md).
|
||||
|
||||
<a name="BindinginXAML"></a>
|
||||
|
||||
@@ -137,7 +137,7 @@ The default behavior is as follows if not specified in the declaration.
|
||||
|
||||
## See also
|
||||
|
||||
- [Data Binding Overview](/dotnet/desktop-wpf/data/data-binding-overview)
|
||||
- [Data Binding Overview](data-binding-overview.md)
|
||||
- [How-to Topics](data-binding-how-to-topics.md)
|
||||
- [Data Binding](../advanced/optimizing-performance-data-binding.md)
|
||||
- [PropertyPath XAML Syntax](../advanced/propertypath-xaml-syntax.md)
|
||||
|
||||
Reference in New Issue
Block a user