Skip to content

Commit 3641baf

Browse files
Merge pull request #9957 from dotnet/main
Merge main into live
2 parents 41b27e0 + f6f4306 commit 3641baf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3228,8 +3228,8 @@ The Subject Alternative Name extension or Subject Name could not be decoded.</ex
32283228
<ReturnType>System.Byte[]</ReturnType>
32293229
</ReturnValue>
32303230
<Docs>
3231-
<summary>Gets the raw data of a certificate.</summary>
3232-
<value>The raw data of the certificate as a byte array.</value>
3231+
<summary>Gets the raw X.509 public data of a certificate.</summary>
3232+
<value>The raw X.509 public data of a certificate.</value>
32333233
<remarks>
32343234
<format type="text/markdown"><![CDATA[
32353235
@@ -3279,8 +3279,8 @@ The Subject Alternative Name extension or Subject Name could not be decoded.</ex
32793279
<ReturnType>System.ReadOnlyMemory&lt;System.Byte&gt;</ReturnType>
32803280
</ReturnValue>
32813281
<Docs>
3282-
<summary>Gets the raw data of a certificate.</summary>
3283-
<value>To be added.</value>
3282+
<summary>Gets the raw X.509 public data of a certificate.</summary>
3283+
<value>The raw X.509 public data of a certificate.</value>
32843284
<remarks>
32853285
<format type="text/markdown"><![CDATA[
32863286

xml/System.Windows.Data/Binding.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,12 +459,12 @@
459459
<ReturnType>System.Object</ReturnType>
460460
</ReturnValue>
461461
<Docs>
462-
<summary>Used as a returned value to instruct the binding engine not to perform any action.</summary>
462+
<summary>Used as a returned value to instruct the binding engine to not perform any action.</summary>
463463
<remarks>
464464
<format type="text/markdown"><![CDATA[
465465
466466
## Remarks
467-
A binding source property or a converter can return <xref:System.Windows.Data.Binding.DoNothing?displayProperty=nameWithType> to instruct the binding engine not to perform any action. For example, to instruct the binding engine not to transfer a value to the binding target, not to move to the next <xref:System.Windows.Data.Binding> in a <xref:System.Windows.Data.PriorityBinding>, or not to use the `FallBackValue` or default value.
467+
A binding source property or a converter can return <xref:System.Windows.Data.Binding.DoNothing?displayProperty=nameWithType> to instruct the binding engine to not perform any action. For example, return this field to instruct the binding engine to not transfer a value to the binding target, not move to the next <xref:System.Windows.Data.Binding> in a <xref:System.Windows.Data.PriorityBinding>, or not use the `FallBackValue` or default value.
468468
469469
]]></format>
470470
</remarks>

xml/System.Windows.Forms/Control.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4284,8 +4284,8 @@ The following table lists Windows Forms controls and which event (<xref:System.W
42844284
<ReturnType>System.Windows.Forms.Padding</ReturnType>
42854285
</ReturnValue>
42864286
<Docs>
4287-
<summary>Gets the internal spacing, in pixels, of the contents of a control.</summary>
4288-
<value>A <see cref="T:System.Windows.Forms.Padding" /> that represents the internal spacing of the contents of a control.</value>
4287+
<summary>Gets the default internal spacing, in pixels, of the contents of a control.</summary>
4288+
<value>The default internal spacing of the contents of a control.</value>
42894289
<remarks>To be added.</remarks>
42904290
</Docs>
42914291
</Member>

0 commit comments

Comments
 (0)