Skip to content

Commit b452202

Browse files
committed
add table headers
1 parent f43324c commit b452202

File tree

346 files changed

+50955
-50968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+50955
-50968
lines changed

xml/System.Windows.Automation/AutomationProperties.xml

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

xml/System.Windows.Controls.Primitives/BulletDecorator.xml

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

xml/System.Windows.Controls.Primitives/ButtonBase.xml

Lines changed: 228 additions & 228 deletions
Large diffs are not rendered by default.

xml/System.Windows.Controls.Primitives/DocumentPageView.xml

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
<summary>Arranges the content to fit a specified view size.</summary>
8686
<returns>The actual size that the page view used to arrange itself and its children.</returns>
8787
<remarks>
88-
<format type="text/markdown"><![CDATA[
89-
90-
## Remarks
91-
The returned size will always be less than or equal to the specified `finalSize`.
92-
88+
<format type="text/markdown"><![CDATA[
89+
90+
## Remarks
91+
The returned size will always be less than or equal to the specified `finalSize`.
92+
9393
]]></format>
9494
</remarks>
9595
<altmember cref="M:System.Windows.Controls.Primitives.DocumentPageView.MeasureOverride(System.Windows.Size)" />
@@ -120,14 +120,14 @@
120120
<Docs>
121121
<summary>Releases all resources used by the <see cref="T:System.Windows.Controls.Primitives.DocumentPageView" />.</summary>
122122
<remarks>
123-
<format type="text/markdown"><![CDATA[
124-
125-
## Remarks
126-
Call <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> after finished using each <xref:System.Windows.Controls.Primitives.DocumentPageView> instance. After <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> is called, the <xref:System.Windows.Controls.Primitives.DocumentPageView> is released for garbage collection and should no longer be referenced by the application. After calling <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> and being released, the garbage collector can reclaim the <xref:System.Windows.Controls.Primitives.DocumentPageView> memory and resources. For more information, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose).
127-
123+
<format type="text/markdown"><![CDATA[
124+
125+
## Remarks
126+
Call <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> after finished using each <xref:System.Windows.Controls.Primitives.DocumentPageView> instance. After <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> is called, the <xref:System.Windows.Controls.Primitives.DocumentPageView> is released for garbage collection and should no longer be referenced by the application. After calling <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> and being released, the garbage collector can reclaim the <xref:System.Windows.Controls.Primitives.DocumentPageView> memory and resources. For more information, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose).
127+
128128
> [!NOTE]
129-
> Always call <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> as the final call to release each <xref:System.Windows.Controls.Primitives.DocumentPageView> instance. If <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> is not called, the resources the <xref:System.Windows.Controls.Primitives.DocumentPageView> is using will not be freed until the garbage collector later calls the page viewer's <xref:System.Object.Finalize%2A> method.
130-
129+
> Always call <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> as the final call to release each <xref:System.Windows.Controls.Primitives.DocumentPageView> instance. If <xref:System.Windows.Controls.Primitives.DocumentPageView.Dispose%2A> is not called, the resources the <xref:System.Windows.Controls.Primitives.DocumentPageView> is using will not be freed until the garbage collector later calls the page viewer's <xref:System.Object.Finalize%2A> method.
130+
131131
]]></format>
132132
</remarks>
133133
<altmember cref="P:System.Windows.Controls.Primitives.DocumentPageView.IsDisposed" />
@@ -223,11 +223,11 @@
223223
<summary>Gets the service object of the specified type.</summary>
224224
<returns>A service object of type <paramref name="serviceType" />, or <see langword="null" /> if there is no service object of type <paramref name="serviceType" />.</returns>
225225
<remarks>
226-
<format type="text/markdown"><![CDATA[
227-
228-
## Remarks
229-
<xref:System.Windows.Controls.Primitives.DocumentPageView.GetService%2A> returns any services that the <xref:System.Windows.Controls.Primitives.DocumentPageView.DocumentPaginator%2A> provides if the <xref:System.Windows.Controls.Primitives.DocumentPageView.DocumentPaginator%2A> implements <xref:System.IServiceProvider>.
230-
226+
<format type="text/markdown"><![CDATA[
227+
228+
## Remarks
229+
<xref:System.Windows.Controls.Primitives.DocumentPageView.GetService%2A> returns any services that the <xref:System.Windows.Controls.Primitives.DocumentPageView.DocumentPaginator%2A> provides if the <xref:System.Windows.Controls.Primitives.DocumentPageView.DocumentPaginator%2A> implements <xref:System.IServiceProvider>.
230+
231231
]]></format>
232232
</remarks>
233233
</Docs>
@@ -261,11 +261,11 @@
261261
<summary>Returns the <see cref="T:System.Windows.Media.Visual" /> child at a specified index.</summary>
262262
<returns>The visual child at the specified index.</returns>
263263
<remarks>
264-
<format type="text/markdown"><![CDATA[
265-
266-
## Remarks
267-
`index` must be between 0 and <xref:System.Windows.Controls.Primitives.DocumentPageView.VisualChildrenCount%2A>-1.
268-
264+
<format type="text/markdown"><![CDATA[
265+
266+
## Remarks
267+
`index` must be between 0 and <xref:System.Windows.Controls.Primitives.DocumentPageView.VisualChildrenCount%2A>-1.
268+
269269
]]></format>
270270
</remarks>
271271
<exception cref="T:System.ArgumentOutOfRangeException">
@@ -336,11 +336,11 @@
336336
<summary>Returns the available viewport size that can be given to display the current <see cref="P:System.Windows.Controls.Primitives.DocumentPageView.DocumentPage" />.</summary>
337337
<returns>The actual desired size.</returns>
338338
<remarks>
339-
<format type="text/markdown"><![CDATA[
340-
341-
## Remarks
342-
The returned size is always equal to or less than the given `availableSize`.
343-
339+
<format type="text/markdown"><![CDATA[
340+
341+
## Remarks
342+
The returned size is always equal to or less than the given `availableSize`.
343+
344344
]]></format>
345345
</remarks>
346346
<altmember cref="M:System.Windows.Controls.Primitives.DocumentPageView.ArrangeOverride(System.Windows.Size)" />
@@ -490,21 +490,21 @@
490490
<summary>Gets or sets the page number of the current page displayed.</summary>
491491
<value>The zero-based page number of the current page displayed. The default is 0.</value>
492492
<remarks>
493-
<format type="text/markdown"><![CDATA[
494-
495-
## Remarks
496-
<xref:System.Windows.Controls.Primitives.DocumentPageView.PageNumber%2A> is zero-based: 0 is the first page, 1 is the second page, and so on.
497-
498-
No content is displayed if <xref:System.Windows.Controls.Primitives.DocumentPageView.PageNumber%2A> is set to a negative number.
499-
500-
<a name="dependencyPropertyInfo_PageNumber"></a>
501-
## Dependency Property Information
502-
503-
|||
504-
|-|-|
505-
|Identifier field|<xref:System.Windows.Controls.Primitives.DocumentPageView.PageNumberProperty>|
506-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>|
507-
493+
<format type="text/markdown"><![CDATA[
494+
495+
## Remarks
496+
<xref:System.Windows.Controls.Primitives.DocumentPageView.PageNumber%2A> is zero-based: 0 is the first page, 1 is the second page, and so on.
497+
498+
No content is displayed if <xref:System.Windows.Controls.Primitives.DocumentPageView.PageNumber%2A> is set to a negative number.
499+
500+
<a name="dependencyPropertyInfo_PageNumber"></a>
501+
## Dependency Property Information
502+
503+
| Item | Value |
504+
|-----------------------------------|--------------------------------------------------------|
505+
|Identifier field|<xref:System.Windows.Controls.Primitives.DocumentPageView.PageNumberProperty>|
506+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>|
507+
508508
]]></format>
509509
</remarks>
510510
<altmember cref="P:System.Windows.Controls.Primitives.DocumentPageView.DocumentPage" />
@@ -561,18 +561,18 @@
561561
<summary>Gets or sets a <see cref="T:System.Windows.Media.Stretch" /> enumeration that specifies how content should be stretched to fill the display page.</summary>
562562
<value>The enumeration value that specifies how content should be stretched to fill the display page. The default is <see cref="F:System.Windows.Media.Stretch.Uniform" />.</value>
563563
<remarks>
564-
<format type="text/markdown"><![CDATA[
565-
566-
## Remarks
567-
568-
<a name="dependencyPropertyInfo_Stretch"></a>
569-
## Dependency Property Information
570-
571-
|||
572-
|-|-|
573-
|Identifier field|<xref:System.Windows.Controls.Primitives.DocumentPageView.StretchProperty>|
574-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>|
575-
564+
<format type="text/markdown"><![CDATA[
565+
566+
## Remarks
567+
568+
<a name="dependencyPropertyInfo_Stretch"></a>
569+
## Dependency Property Information
570+
571+
| Item | Value |
572+
|-----------------------------------|--------------------------------------------------------|
573+
|Identifier field|<xref:System.Windows.Controls.Primitives.DocumentPageView.StretchProperty>|
574+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>|
575+
576576
]]></format>
577577
</remarks>
578578
<altmember cref="P:System.Windows.Controls.Primitives.DocumentPageView.StretchDirection" />
@@ -603,18 +603,18 @@
603603
<summary>Gets or sets a <see cref="T:System.Windows.Controls.StretchDirection" /> enumeration that specifies in what scaling directions <see cref="P:System.Windows.Controls.Primitives.DocumentPageView.Stretch" /> should be applied.</summary>
604604
<value>The enumeration value that specifies in what scaling directions <see cref="P:System.Windows.Controls.Primitives.DocumentPageView.Stretch" /> should be applied. The default is <see cref="F:System.Windows.Controls.StretchDirection.DownOnly" />.</value>
605605
<remarks>
606-
<format type="text/markdown"><![CDATA[
607-
608-
## Remarks
609-
610-
<a name="dependencyPropertyInfo_StretchDirection"></a>
611-
## Dependency Property Information
612-
613-
|||
614-
|-|-|
615-
|Identifier field|<xref:System.Windows.Controls.Primitives.DocumentPageView.StretchDirectionProperty>|
616-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>|
617-
606+
<format type="text/markdown"><![CDATA[
607+
608+
## Remarks
609+
610+
<a name="dependencyPropertyInfo_StretchDirection"></a>
611+
## Dependency Property Information
612+
613+
| Item | Value |
614+
|-----------------------------------|--------------------------------------------------------|
615+
|Identifier field|<xref:System.Windows.Controls.Primitives.DocumentPageView.StretchDirectionProperty>|
616+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsMeasure%2A>|
617+
618618
]]></format>
619619
</remarks>
620620
<altmember cref="P:System.Windows.Controls.Primitives.DocumentPageView.Stretch" />

0 commit comments

Comments
 (0)