Links: .NET Desktop - Pass 2 (#111)

This commit is contained in:
David Coulter
2020-11-05 14:05:06 -08:00
committed by GitHub
parent 674b773578
commit 67f63a5a43
12 changed files with 35 additions and 26 deletions
@@ -63,7 +63,7 @@ If <xref:System.Windows.FrameworkElement.Name%2A> is available as a property on
## Silverlight Usage Notes
`x:Name` for Silverlight is documented separately. For more information, see [XAML Namespace (x:) Language Features (Silverlight)](https://docs.microsoft.com/previous-versions/windows/silverlight/dotnet-windows-silverlight/cc188995(v=vs.95)).
`x:Name` for Silverlight is documented separately. For more information, see [XAML Namespace (x:) Language Features (Silverlight)](/previous-versions/windows/silverlight/dotnet-windows-silverlight/cc188995(v=vs.95)).
## See also