Skip to content

Commit 1754005

Browse files
nxtntdykstra
andcommitted
Replace .NET Framework attributes tokens (#15781)
* Replace .NET Framework attributes tokens * Remove tla2sharptla-netframewkattrsharpplural-md.md * .NET Framework attributes -> .NET attributes * Update docs/framework/wpf/advanced/attached-properties-overview.md Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com>
1 parent 3718d0b commit 1754005

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/framework/wpf/advanced/attached-properties-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following example shows the dependency property registration (using the <xre
117117

118118
#### Attached Property Attributes
119119

120-
WPF defines several [!INCLUDE[TLA2#tla_netframewkattr#plural](../../../../includes/tla2sharptla-netframewkattrsharpplural-md.md)] that are intended to provide information about attached properties to reflection processes, and to typical users of reflection and property information such as designers. Because attached properties have a type of unlimited scope, designers need a way to avoid overwhelming users with a global list of all the attached properties that are defined in a particular technology implementation that uses XAML. The [!INCLUDE[TLA2#tla_netframewkattr#plural](../../../../includes/tla2sharptla-netframewkattrsharpplural-md.md)] that WPF defines for attached properties can be used to scope the situations where a given attached property should be shown in a properties window. You might consider applying these attributes for your own custom attached properties also. The purpose and syntax of the [!INCLUDE[TLA2#tla_netframewkattr#plural](../../../../includes/tla2sharptla-netframewkattrsharpplural-md.md)] is described on the appropriate reference pages:
120+
WPF defines several .NET attributes that are intended to provide information about attached properties to reflection processes, and to typical users of reflection and property information such as designers. Because attached properties have a type of unlimited scope, designers need a way to avoid overwhelming users with a global list of all the attached properties that are defined in a particular technology implementation that uses XAML. The .NET attributes that WPF defines for attached properties can be used to scope the situations where a given attached property should be shown in a properties window. You might consider applying these attributes for your own custom attached properties also. The purpose and syntax of the .NET attributes is described on the appropriate reference pages:
121121

122122
- <xref:System.Windows.AttachedPropertyBrowsableAttribute>
123123

includes/tla2sharptla-netframewkattrsharpplural-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)