8000 Add see also links to empty attached properties (#4442) · dotnet/dotnet-api-docs@bfab376 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfab376

Browse files
authored
Add see also links to empty attached properties (#4442)
* add see also links to empty attached properties
1 parent 6260d32 commit bfab376

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

xml/System.Activities.Presentation.View/DesignerView.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
<Docs>
153153
<summary>Indicates the command menu mode.</summary>
154154
<remarks>To be added.</remarks>
155+
<seealso cref="M:System.Activities.Presentation.View.DesignerView.GetCommandMenuMode(System.Windows.DependencyObject)" />
156+
<seealso cref="M:System.Activities.Presentation.View.DesignerView.SetCommandMenuMode(System.Windows.DependencyObject,System.Activities.Presentation.View.CommandMenuMode)" />
155157
</Docs>
156158
</Member>
157159
<Member MemberName="CommandMenuModeProperty">

xml/System.Diagnostics/PresentationTraceSources.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ switchName="SourceSwitch" >
436436
<Docs>
437437
<summary>To be added.</summary>
438438
<remarks>To be added.</remarks>
439+
<seealso cref="M:System.Diagnostics.PresentationTraceSources.GetTraceLevel(System.Object)" />
440+
<seealso cref="M:System.Diagnostics.PresentationTraceSources.SetTraceLevel(System.Object,System.Diagnostics.PresentationTraceLevel)" />
439441
</Docs>
440442
</Member>
441443
<Member MemberName="TraceLevelProperty">

xml/System.Windows.Navigation/BaseUriHelper.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<Docs>
3939
<summary>Gets or sets the base uniform resource identifier (URI).</summary>
4040
<remarks>To be added.</remarks>
41+
<seealso cref="M:System.Windows.Navigation.BaseUriHelper.GetBaseUri(System.Windows.DependencyObject)" />
4142
</Docs>
4243
</Member>
4344
<Member MemberName="BaseUriProperty">

xml/System.Windows.Shell/WindowChrome.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@
495495
<Docs>
496496
<summary>To be added.</summary>
497497
<remarks>To be added.</remarks>
498+
<seealso cref="M:System.Windows.Shell.WindowChrome.GetIsHitTestVisibleInChrome(System.Windows.IInputElement)" />
499+
<seealso cref="M:System.Windows.Shell.WindowChrome.SetIsHitTestVisibleInChrome(System.Windows.IInputElement,System.Boolean)" />
498500
</Docs>
499501
</Member>
500502
<Member MemberName="IsHitTestVisibleInChromeProperty">
@@ -655,6 +657,8 @@
655657
<Docs>
656658
<summary>To be added.</summary>
657659
<remarks>To be added.</remarks>
660+
<seealso cref="M:System.Windows.Shell.WindowChrome.GetResizeGripDirection(System.Windows.IInputElement)" />
661+
<seealso cref="M:System.Windows.Shell.WindowChrome.SetResizeGripDirection(System.Windows.IInputElement,System.Windows.Shell.ResizeGripDirection)" />
658662
</Docs>
659663
</Member>
660664
<Member MemberName="ResizeGripDirectionProperty">

xml/System.Windows/Localization.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
<Docs>
5757
<summary>To be added.</summary>
5858
<remarks>To be added.</remarks>
59+
<seealso cref="M:System.Windows.Localization.GetAttributes(System.Object)" />
60+
<seealso cref="M:System.Windows.Localization.SetAttributes(System.Object,System.String)" />
5961
</Docs>
6062
</Member>
6163
<Member MemberName="AttributesProperty">
@@ -105,6 +107,8 @@
105107
<Docs>
106108
<summary>To be added.</summary>
107109
<remarks>To be added.</remarks>
110+
<seealso cref="M:System.Windows.Localization.GetComments(System.Object)" />
111+
<seealso cref="M:System.Windows.Localization.SetComments(System.Object,System.String)" />
108112
</Docs>
109113
</Member>
110114
<Member MemberName="CommentsProperty">

0 commit comments

Comments
 (0)
0