Skip to content

Commit 10c7677

Browse files
authored
.net framework -> .net (#5026)
1 parent c4d82bc commit 10c7677

27 files changed

+9602
-9617
lines changed

xml/Microsoft.Win32/Registry.xml

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

xml/Microsoft.Windows.Themes/ButtonChrome.xml

Lines changed: 120 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@
3434
</Base>
3535
<Interfaces />
3636
<Docs>
37-
<summary>Creates the theme-specific look for .NET Framework <see cref="T:System.Windows.Controls.Button" /> elements.</summary>
37+
<summary>Creates the theme-specific look for <see cref="T:System.Windows.Controls.Button" /> elements.</summary>
3838
<remarks>
39-
<format type="text/markdown"><![CDATA[
40-
41-
## Remarks
42-
The actual appearance of the <xref:System.Windows.Controls.Button> is dependent on which theme is active on the user's system. The properties of this class allow the .NET Framework to set the appearance based on the current theme.
43-
44-
In XAML usage, a <xref:Microsoft.Windows.Themes.ButtonChrome> object element can also have child content, which can be a single <xref:System.Windows.UIElement> that sets the <xref:System.Windows.Controls.Decorator.Child%2A> property.
45-
46-
<a name="xamlObjectElementUsage_ButtonChrome"></a>
47-
## XAML Object Element Usage
48-
49-
```
50-
<theme:ButtonChrome .../>
51-
```
52-
53-
<a name="xamlValues_ButtonChrome"></a>
54-
## XAML Values
55-
`theme:`
56-
An xmlns prefix for the <xref:Microsoft.Windows.Themes> CLR namespace. Typically, xmlns prefixes and mappings are defined in a XAML root element (not shown).
57-
39+
<format type="text/markdown"><![CDATA[
40+
41+
## Remarks
42+
The actual appearance of the <xref:System.Windows.Controls.Button> is dependent on which theme is active on the user's system. The properties of this class allow .NET to set the appearance based on the current theme.
43+
44+
In XAML usage, a <xref:Microsoft.Windows.Themes.ButtonChrome> object element can also have child content, which can be a single <xref:System.Windows.UIElement> that sets the <xref:System.Windows.Controls.Decorator.Child%2A> property.
45+
46+
<a name="xamlObjectElementUsage_ButtonChrome"></a>
47+
## XAML Object Element Usage
48+
49+
```
50+
<theme:ButtonChrome .../>
51+
```
52+
53+
<a name="xamlValues_ButtonChrome"></a>
54+
## XAML Values
55+
`theme:`
56+
An xmlns prefix for the <xref:Microsoft.Windows.Themes> CLR namespace. Typically, xmlns prefixes and mappings are defined in a XAML root element (not shown).
57+
5858
]]></format>
5959
</remarks>
6060
</Docs>
@@ -171,18 +171,18 @@
171171
<summary>Gets or sets the brush used to fill the background of the <see cref="T:System.Windows.Controls.Button" />.</summary>
172172
<value>The brush used to fill the background of the <see cref="T:System.Windows.Controls.Button" />.</value>
173173
<remarks>
174-
<format type="text/markdown"><![CDATA[
175-
176-
## Remarks
177-
178-
<a name="dependencyPropertyInfo_Background"></a>
179-
## Dependency Property Information
180-
181-
|||
182-
|-|-|
183-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.BackgroundProperty>|
184-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>|
185-
174+
<format type="text/markdown"><![CDATA[
175+
176+
## Remarks
177+
178+
<a name="dependencyPropertyInfo_Background"></a>
179+
## Dependency Property Information
180+
181+
|||
182+
|-|-|
183+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.BackgroundProperty>|
184+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>|
185+
186186
]]></format>
187187
</remarks>
188188
</Docs>
@@ -252,18 +252,18 @@
252252
<summary>Gets or sets the brush used to draw the outer border of the <see cref="T:System.Windows.Controls.Button" />.</summary>
253253
<value>The brush used to draw the outer border of the <see cref="T:System.Windows.Controls.Button" />.</value>
254254
<remarks>
255-
<format type="text/markdown"><![CDATA[
256-
257-
## Remarks
258-
259-
<a name="dependencyPropertyInfo_BorderBrush"></a>
260-
## Dependency Property Information
261-
262-
|||
263-
|-|-|
264-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.BorderBrushProperty>|
265-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>|
266-
255+
<format type="text/markdown"><![CDATA[
256+
257+
## Remarks
258+
259+
<a name="dependencyPropertyInfo_BorderBrush"></a>
260+
## Dependency Property Information
261+
262+
|||
263+
|-|-|
264+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.BorderBrushProperty>|
265+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>|
266+
267267
]]></format>
268268
</remarks>
269269
</Docs>
@@ -334,19 +334,19 @@
334334
<summary>Gets or sets the brush used to draw the color inside the <see cref="T:System.Windows.Controls.Button" />.</summary>
335335
<value>The brush.</value>
336336
<remarks>
337-
<format type="text/markdown"><![CDATA[
338-
339-
## Remarks
340-
This property is not available in the [!INCLUDE[TLA#tla_aero](~/includes/tlasharptla-aero-md.md)] theme.
341-
342-
<a name="dependencyPropertyInfo_Fill"></a>
343-
## Dependency Property Information
344-
345-
|||
346-
|-|-|
347-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.FillProperty>|
348-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>|
349-
337+
<format type="text/markdown"><![CDATA[
338+
339+
## Remarks
340+
This property is not available in the [!INCLUDE[TLA#tla_aero](~/includes/tlasharptla-aero-md.md)] theme.
341+
342+
<a name="dependencyPropertyInfo_Fill"></a>
343+
## Dependency Property Information
344+
345+
|||
346+
|-|-|
347+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.FillProperty>|
348+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>, <xref:System.Windows.FrameworkPropertyMetadata.SubPropertiesDoNotAffectRender%2A>|
349+
350350
]]></format>
351351
</remarks>
352352
</Docs>
@@ -505,19 +505,19 @@
505505
<value>
506506
<see langword="true" /> if the <see cref="T:System.Windows.Controls.Button" /> has the appearance of the default button; otherwise <see langword="false" />.</value>
507507
<remarks>
508-
<format type="text/markdown"><![CDATA[
509-
510-
## Remarks
511-
The default button generally has a darker outer border or other visual indicator that shows the user which button will be clicked if the Enter key is pressed.
512-
513-
<a name="dependencyPropertyInfo_RenderDefaulted"></a>
514-
## Dependency Property Information
515-
516-
|||
517-
|-|-|
518-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RenderDefaultedProperty>|
519-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)|
520-
508+
<format type="text/markdown"><![CDATA[
509+
510+
## Remarks
511+
The default button generally has a darker outer border or other visual indicator that shows the user which button will be clicked if the Enter key is pressed.
512+
513+
<a name="dependencyPropertyInfo_RenderDefaulted"></a>
514+
## Dependency Property Information
515+
516+
|||
517+
|-|-|
518+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RenderDefaultedProperty>|
519+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)|
520+
521521
]]></format>
522522
</remarks>
523523
</Docs>
@@ -600,18 +600,18 @@
600600
<value>
601601
<see langword="true" /> if the <see cref="T:System.Windows.Controls.Button" /> appears as if the mouse is over it; otherwise <see langword="false" />.</value>
602602
<remarks>
603-
<format type="text/markdown"><![CDATA[
604-
605-
## Remarks
606-
607-
<a name="dependencyPropertyInfo_RenderMouseOver"></a>
608-
## Dependency Property Information
609-
610-
|||
611-
|-|-|
612-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RenderMouseOverProperty>|
613-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)|
614-
603+
<format type="text/markdown"><![CDATA[
604+
605+
## Remarks
606+
607+
<a name="dependencyPropertyInfo_RenderMouseOver"></a>
608+
## Dependency Property Information
609+
610+
|||
611+
|-|-|
612+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RenderMouseOverProperty>|
613+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)|
614+
615615
]]></format>
616616
</remarks>
617617
</Docs>
@@ -694,18 +694,18 @@
694694
<value>
695695
<see langword="true" /> if the <see cref="T:System.Windows.Controls.Button" /> appears pressed; otherwise <see langword="false" />.</value>
696696
<remarks>
697-
<format type="text/markdown"><![CDATA[
698-
699-
## Remarks
700-
701-
<a name="dependencyPropertyInfo_RenderPressed"></a>
702-
## Dependency Property Information
703-
704-
|||
705-
|-|-|
706-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RenderPressedProperty>|
707-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)|
708-
697+
<format type="text/markdown"><![CDATA[
698+
699+
## Remarks
700+
701+
<a name="dependencyPropertyInfo_RenderPressed"></a>
702+
## Dependency Property Information
703+
704+
|||
705+
|-|-|
706+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RenderPressedProperty>|
707+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A> (however, this property might not be set in all themes)|
708+
709709
]]></format>
710710
</remarks>
711711
</Docs>
@@ -776,19 +776,19 @@
776776
<value>
777777
<see langword="true" /> if the <see cref="T:System.Windows.Controls.Button" /> has round corners; otherwise <see langword="false" />.</value>
778778
<remarks>
779-
<format type="text/markdown"><![CDATA[
780-
781-
## Remarks
782-
When set to `false`, the corners are square.
783-
784-
<a name="dependencyPropertyInfo_RoundCorners"></a>
785-
## Dependency Property Information
786-
787-
|||
788-
|-|-|
789-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RoundCornersProperty>|
790-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>|
791-
779+
<format type="text/markdown"><![CDATA[
780+
781+
## Remarks
782+
When set to `false`, the corners are square.
783+
784+
<a name="dependencyPropertyInfo_RoundCorners"></a>
785+
## Dependency Property Information
786+
787+
|||
788+
|-|-|
789+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.RoundCornersProperty>|
790+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>|
791+
792792
]]></format>
793793
</remarks>
794794
</Docs>
@@ -841,19 +841,19 @@
841841
<summary>Gets or sets the theme color.</summary>
842842
<value>A value in the enumeration.</value>
843843
<remarks>
844-
<format type="text/markdown"><![CDATA[
845-
846-
## Remarks
847-
This property is only available in the Luna theme.
848-
849-
<a name="dependencyPropertyInfo_ThemeColor"></a>
850-
## Dependency Property Information
851-
852-
|||
853-
|-|-|
854-
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.ThemeColorProperty>|
855-
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>|
856-
844+
<format type="text/markdown"><![CDATA[
845+
846+
## Remarks
847+
This property is only available in the Luna theme.
848+
849+
<a name="dependencyPropertyInfo_ThemeColor"></a>
850+
## Dependency Property Information
851+
852+
|||
853+
|-|-|
854+
|Identifier field|<xref:Microsoft.Windows.Themes.ButtonChrome.ThemeColorProperty>|
855+
|Metadata properties set to `true`|<xref:System.Windows.FrameworkPropertyMetadata.AffectsRender%2A>|
856+
857857
]]></format>
858858
</remarks>
859859
</Docs>

xml/Microsoft.Windows.Themes/DataGridHeaderBorder.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,30 @@
4141
</Base>
4242
<Interfaces />
4343
<Docs>
44-
<summary>Creates the theme specific-look for headers in .NET Framework 4.5 <see cref="T:System.Windows.Controls.DataGrid" />.</summary>
44+
<summary>Specifies the theme-specific look for headers in <see cref="T:System.Windows.Controls.DataGrid" /> controls.</summary>
4545
<remarks>
46-
<format type="text/markdown"><![CDATA[
47-
48-
## Remarks
49-
If the <xref:System.Windows.Controls.Control.Background%2A> or <xref:System.Windows.Controls.Border.BorderBrush%2A> properties are set on the <xref:System.Windows.Controls.DataGrid>, the rendering reverts back to the default <xref:System.Windows.Controls.Border> implementation.
50-
51-
<a name="xamlObjectElementUsage_DGHB"></a>
52-
## XAML Object Element Usage
53-
54-
```
55-
<theme:DataGridHeaderBorder ...>
56-
  singleChild
57-
</theme:DataGridHeaderBorder>
58-
```
59-
60-
<a name="xamlValues_DGHB"></a>
61-
## XAML Values
62-
`theme:`
63-
An xmlns prefix for the <xref:Microsoft.Windows.Themes> CLR namespace. Typically, xmlns prefixes and mappings are defined in a XAML root element (not shown).
64-
65-
*singleChild*
66-
A single object element child, representing the object that the border is drawn around. This object must be a <xref:System.Windows.UIElement>.
67-
46+
<format type="text/markdown"><![CDATA[
47+
48+
## Remarks
49+
If the <xref:System.Windows.Controls.Control.Background%2A> or <xref:System.Windows.Controls.Border.BorderBrush%2A> properties are set on the <xref:System.Windows.Controls.DataGrid>, the rendering reverts back to the default <xref:System.Windows.Controls.Border> implementation.
50+
51+
<a name="xamlObjectElementUsage_DGHB"></a>
52+
## XAML Object Element Usage
53+
54+
```
55+
<theme:DataGridHeaderBorder ...>
56+
  singleChild
57+
</theme:DataGridHeaderBorder>
58+
```
59+
60+
<a name="xamlValues_DGHB"></a>
61+
## XAML Values
62+
`theme:`
63+
An xmlns prefix for the <xref:Microsoft.Windows.Themes> CLR namespace. Typically, xmlns prefixes and mappings are defined in a XAML root element (not shown).
64+
65+
*singleChild*
66+
A single object element child, representing the object that the border is drawn around. This object must be a <xref:System.Windows.UIElement>.
67+
6868
]]></format>
6969
</remarks>
7070
</Docs>
@@ -215,11 +215,11 @@
215215
<value>
216216
<see langword="true" /> if the header clickable; otherwise, <see langword="false" />. The registered default is <see langword="true" />. For more information about what can influence the value, see <see cref="T:System.Windows.DependencyProperty" />.</value>
217217
<remarks>
218-
<format type="text/markdown"><![CDATA[
219-
220-
## Remarks
221-
If <xref:Microsoft.Windows.Themes.DataGridHeaderBorder.IsClickable%2A> is `false`, the hover look will not be applied even when <xref:Microsoft.Windows.Themes.DataGridHeaderBorder.IsHovered%2A> is `true`.
222-
218+
<format type="text/markdown"><![CDATA[
219+
220+
## Remarks
221+
If <xref:Microsoft.Windows.Themes.DataGridHeaderBorder.IsClickable%2A> is `false`, the hover look will not be applied even when <xref:Microsoft.Windows.Themes.DataGridHeaderBorder.IsHovered%2A> is `true`.
222+
223223
]]></format>
224224
</remarks>
225225
</Docs>

0 commit comments

Comments
 (0)