Skip to content

Commit 9d44307

Browse files
authored
IntelliSense fixes (#3797)
* IntelliSense fixes * fix markdown links * fix markdown links * fix xref * remove markdown syntax * fix markdown link * remove exception from class * remove exception from class * fix tag * more fixes
1 parent 72a6f44 commit 9d44307

File tree

13 files changed

+14
-21
lines changed

13 files changed

+14
-21
lines changed

xml/System.IO/Path.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ For more information on file paths on Windows, see [File path formats on Windows
15131513

15141514
-or-
15151515

1516-
<see cref="P:System.String.Empty" /> if <paramref name="path" /> does not contain root directory information.
1516+
<see cref="F:System.String.Empty" /> if <paramref name="path" /> does not contain root directory information.
15171517

15181518
-or-
15191519

xml/System.Reflection.Metadata.Ecma335/SignatureTypeEncoder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
</ReturnValue>
820820
<Parameters />
821821
<Docs>
822-
<summary>Encodes a void pointer (<code>void*</code>).</summary>
822+
<summary>Encodes a void pointer (<c>void*</c>).</summary>
823823
<remarks>To be added.</remarks>
824824
</Docs>
825825
</Member>

xml/System.Security.Cryptography/DSACng.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
<remarks>To be added.</remarks>
179179
<exception cref="T:System.ArgumentNullException">
180180
<paramref name="rgbHash" /> is <see langword="null" />.</exception>
181-
<exception cref="T:System.Security.Cryptography.CryptographicException">
182-
This instance represents only a public key.
181+
<exception cref="T:System.Security.Cryptography.CryptographicException">This instance represents only a public key.
183182

184183
-or-
185184

xml/System.Security.Cryptography/ECDiffieHellmanCng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ Because key sizes do not uniquely identify elliptic curves, the use of the prope
10711071
]]></format>
10721072
</remarks>
10731073
<exception cref="T:System.Security.Cryptography.CryptographicException">
1074-
<paramref name="value" /> is not permitted by <see cref="P:System.Security.Cryptography.ECDiffieHellmanCng.LegalKeySizes" />.</exception>
1074+
<paramref name="value" /> is not permitted by <see cref="P:System.Security.Cryptography.AsymmetricAlgorithm.LegalKeySizes" />.</exception>
10751075
<altmember cref="M:System.Security.Cryptography.ECDiffieHellmanCng.GenerateKey(System.Security.Cryptography.ECCurve)" />
10761076
</Docs>
10771077
</Member>

xml/System.Threading.Channels/ChannelReader`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Each <xref:System.Collections.Generic.IAsyncEnumerator%601.MoveNextAsync> call t
177177
<para>A <see cref="T:System.Threading.Tasks.ValueTask`1" /> that will complete with a <see langword="true" /> result when data is available to read
178178
or with a <see langword="false" /> result when no further data will ever be available to be read due to the channel completing successfully.</para>
179179
<para>If the channel completes with an exception, the task will also complete with an exception.</para>
180-
.</returns>
180+
</returns>
181181
<remarks>To be added.</remarks>
182182
</Docs>
183183
</Member>

xml/System.Windows.Controls/PasswordBox.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,9 +1039,7 @@ PasswordBox with CaretBrush set to red
10391039
</ReturnValue>
10401040
<Docs>
10411041
<summary>Gets or sets the masking character for the <see cref="T:System.Windows.Controls.PasswordBox" />.</summary>
1042-
<value>A masking character to echo when the user enters text into the <see cref="T:System.Windows.Controls.PasswordBox" />.
1043-
1044-
The default value is a bullet character (**●**).</value>
1042+
<value>A masking character to echo when the user enters text into the <see cref="T:System.Windows.Controls.PasswordBox" />. The default value is a bullet character (●).</value>
10451043
<remarks>
10461044
<format type="text/markdown"><![CDATA[
10471045

xml/System.Windows.Controls/Slider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
</ReturnValue>
563563
<Docs>
564564
<summary>Gets or sets the amount of time in milliseconds between increase or decrease commands when a user clicks the <see cref="T:System.Windows.Controls.Primitives.RepeatButton" /> of a <see cref="T:System.Windows.Controls.Slider" />.</summary>
565-
<value>A time in milliseconds between commands that change the <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> of a <see cref="T:System.Windows.Controls.Slider" />. The default is the system key repeat rate. For more information, see [SystemParametersInfo](https://msdn.microsoft.com/library/default.asp?url=/library/sysinfo/base/systemparametersinfo.asp) (SPI_GETKEYBOARDSPEED).</value>
565+
<value>A time in milliseconds between commands that change the <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> of a <see cref="T:System.Windows.Controls.Slider" />. The default is the system key repeat rate. For more information, see <see href="/windows/win32/api/winuser/nf-winuser-systemparametersinfoa">SystemParametersInfo</see> (SPI_GETKEYBOARDSPEED).</value>
566566
<remarks>
567567
<format type="text/markdown"><![CDATA[
568568

xml/System.Windows.Documents/AdornerDecorator.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
3636
]]></format>
3737
</remarks>
38-
<exception cref="T:System.ArgumentException">An attempt is made to add more than a single child to the <see cref="T:System.Windows.Documents.AdornerDecorator" />.</exception>
3938
<altmember cref="T:System.Windows.Documents.AdornerDecorator" />
4039
<altmember cref="T:System.Windows.Documents.AdornerLayer" />
4140
<related type="ExternalDocumentation" href="https://github.com/Microsoft/WPF-Samples/tree/master/Sample%20Applications/PhotoViewerDemo">WPF Photo Viewer Demo</related>

xml/System.Windows.Media.Animation/Storyboard.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,8 +1638,8 @@
16381638
<Parameter Name="element" Type="System.Windows.DependencyObject" />
16391639
</Parameters>
16401640
<Docs>
1641-
<param name="element">The dependency object from which to get the <see cref="P:System.Windows.Media.Animation.Storyboard.TargetProperty" />.</param>
1642-
<summary>Retrieves the <see cref="P:System.Windows.Media.Animation.Storyboard.TargetProperty" /> value of the specified <see cref="T:System.Windows.Media.Animation.Timeline" />.</summary>
1641+
<param name="element">The dependency object from which to get the <see cref="F:System.Windows.Media.Animation.Storyboard.TargetProperty" />.</param>
1642+
<summary>Retrieves the <see cref="F:System.Windows.Media.Animation.Storyboard.TargetProperty" /> value of the specified <see cref="T:System.Windows.Media.Animation.Timeline" />.</summary>
16431643
<returns>The property targeted by <paramref name="element" />.</returns>
16441644
<remarks>
16451645
<format type="text/markdown"><![CDATA[

xml/System.Windows.Media/StreamGeometryContext.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<Docs>
2222
<summary>Describes a geometry using drawing commands. This class is used with the <see cref="T:System.Windows.Media.StreamGeometry" /> class to create a lightweight geometry that does not support data binding, animation, or modification.</summary>
2323
<remarks>To be added.</remarks>
24-
<exception cref="T:System.InvalidOperationException">An attempt was made to add a segment without starting a figure by calling the <see cref="M:System.Windows.Media.StreamGeometryContext.BeginFigure(System.Windows.Point,System.Boolean,System.Boolean)" /> method.</exception>
2524
<altmember cref="T:System.Windows.Media.StreamGeometry" />
2625
<altmember cref="T:System.Windows.Media.PathGeometry" />
2726
</Docs>

0 commit comments

Comments
 (0)