mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 23:43:29 +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:
@@ -32,7 +32,7 @@ The following is an example of how you can set <xref:System.Windows.Controls.Doc
|
||||
|
||||
The usage is somewhat similar to a static property; you always reference the type <xref:System.Windows.Controls.DockPanel> that owns and registers the attached property, rather than referring to any instance specified by name.
|
||||
|
||||
Also, because an attached property in XAML is an attribute that you set in markup, only the set operation has any relevance. You cannot directly get a property in XAML, although there are some indirect mechanisms for comparing values, such as triggers in styles (for details, see [Styling and Templating](/dotnet/desktop-wpf/fundamentals/styles-templates-overview)).
|
||||
Also, because an attached property in XAML is an attribute that you set in markup, only the set operation has any relevance. You cannot directly get a property in XAML, although there are some indirect mechanisms for comparing values, such as triggers in styles (for details, see [Styling and Templating](../controls/styles-templates-overview.md)).
|
||||
|
||||
### Attached Property Implementation in WPF
|
||||
|
||||
@@ -142,5 +142,5 @@ WPF defines several .NET attributes that are intended to provide information abo
|
||||
- <xref:System.Windows.DependencyProperty>
|
||||
- [Dependency Properties Overview](dependency-properties-overview.md)
|
||||
- [Custom Dependency Properties](custom-dependency-properties.md)
|
||||
- [XAML Overview (WPF)](/dotnet/desktop-wpf/fundamentals/xaml)
|
||||
- [XAML in WPF](xaml-in-wpf.md)
|
||||
- [Register an Attached Property](how-to-register-an-attached-property.md)
|
||||
|
||||
Reference in New Issue
Block a user