Skip to content

Commit 5559f65

Browse files
committed
move all includes files to root includes dir
1 parent 957dd72 commit 5559f65

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

includes/System.Windows.Forms.PictureBox/load-behavior-changes.md renamed to includes/picturebox-load-behavior-changes.md

File renamed without changes.

includes/remarks/System/String/provider-string-format.md renamed to includes/provider-string-format.md

File renamed without changes.

includes/remarks/System/String/simple-string-format.md renamed to includes/simple-string-format.md

File renamed without changes.

includes/remarks/System.Threading/WaitHandle/exit-context.md renamed to includes/waithandle-exit-context.md

File renamed without changes.

xml/System.Threading/WaitHandle.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ This operation is not guaranteed to be atomic. After the current thread signals
658658
659659
If `millisecondsTimeout` is zero, the method does not block. It tests the state of the `toWaitOn` and returns immediately.
660660
661-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
661+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
662662
663663
]]></format>
664664
</remarks>
@@ -735,7 +735,7 @@ If `millisecondsTimeout` is zero, the method does not block. It tests the state
735735
736736
If `timeout` is zero, the method does not block. It tests the state of the `toWaitOn` and returns immediately.
737737
738-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
738+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
739739
740740
]]></format>
741741
</remarks>
@@ -1088,7 +1088,7 @@ The <xref:System.Threading.WaitHandle.WaitAll*> method returns when the wait ter
10881088
> [!NOTE]
10891089
> The <xref:System.Threading.WaitHandle.WaitAll*> method is not supported on threads in <xref:System.Threading.ApartmentState.STA> state.
10901090
1091-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
1091+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
10921092
10931093
## Examples
10941094
The following code example shows how to use the thread pool to asynchronously create and write to a group of files. Each write operation is queued as a work item and signals when it is finished. The main thread waits for all the items to signal and then exits.
@@ -1184,7 +1184,7 @@ The <xref:System.Threading.WaitHandle.WaitAll*> method returns when the wait ter
11841184
11851185
The maximum value for `timeout` is <xref:System.Int32.MaxValue?displayProperty=nameWithType>.
11861186
1187-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
1187+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
11881188
11891189
## Examples
11901190
The following code example shows how to use the thread pool to asynchronously create and write to a group of files. Each write operation is queued as a work item and signals when it is finished. The main thread waits for all the items to signal and then exits.
@@ -1527,7 +1527,7 @@ This method returns when the wait terminates, either when any of the handles are
15271527
15281528
The maximum number of the wait handles is 64, and 63 if the current thread is in <xref:System.Threading.ApartmentState.STA> state.
15291529
1530-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
1530+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
15311531
15321532
## Examples
15331533
The following code example demonstrates how to use the thread pool to simultaneously search for a file on multiple disks. For space considerations, only the root directory of each disk is searched.
@@ -1614,7 +1614,7 @@ The maximum number of the wait handles is 64, and 63 if the current thread is in
16141614
16151615
The maximum value for `timeout` is <xref:System.Int32.MaxValue?displayProperty=nameWithType>.
16161616
1617-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
1617+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
16181618
16191619
## Examples
16201620
The following code example demonstrates how to use the thread pool to simultaneously search for a file on multiple disks. For space considerations, only the root directory of each disk is searched.
@@ -1926,7 +1926,7 @@ The caller of this method blocks until the current instance receives a signal or
19261926
19271927
Override this method to customize the behavior of derived classes.
19281928
1929-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
1929+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
19301930
19311931
## Examples
19321932
The following example shows how the <xref:System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean)> method overload behaves when it is called within a synchronization domain. First, a thread waits with `exitContext` set to `false` and blocks until the wait timeout expires. A second thread executes after the first thread terminates and waits with `exitContext` set to `true`. The call to signal the wait handle for this second thread is not blocked, and the thread completes before the wait timeout.
@@ -2005,7 +2005,7 @@ Override this method to customize the behavior of derived classes.
20052005
20062006
The maximum value for `timeout` is <xref:System.Int32.MaxValue?displayProperty=nameWithType>.
20072007
2008-
[!INCLUDE [Exit the context](~/includes/remarks/System.Threading/WaitHandle/exit-context.md)]
2008+
[!INCLUDE [Exit the context](~/includes/waithandle-exit-context.md)]
20092009
20102010
## Examples
20112011
The following code example shows how to use a wait handle to keep a process from terminating while it waits for a background thread to finish executing.

xml/System.Windows.Forms/PictureBox.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@
12261226
<remarks>
12271227
<format type="text/markdown"><![CDATA[
12281228
1229-
[!INCLUDE[drawing](~/includes/System.Windows.Forms.PictureBox/load-behavior-changes.md)]
1229+
[!INCLUDE[drawing](~/includes/picturebox-load-behavior-changes.md)]
12301230
12311231
]]></format>
12321232
</remarks>
@@ -1272,7 +1272,7 @@ If the `url` parameter indicates a local file, the recommended format is a local
12721272
12731273
### Load behavior changes
12741274
1275-
[!INCLUDE[drawing](~/includes/System.Windows.Forms.PictureBox/load-behavior-changes.md)]
1275+
[!INCLUDE[drawing](~/includes/picturebox-load-behavior-changes.md)]
12761276
12771277
]]></format>
12781278
</remarks>
@@ -1332,7 +1332,7 @@ This method stores in the task it returns all non-usage exceptions that the meth
13321332
13331333
### Load behavior changes
13341334
1335-
[!INCLUDE[drawing](~/includes/System.Windows.Forms.PictureBox/load-behavior-changes.md)]
1335+
[!INCLUDE[drawing](~/includes/picturebox-load-behavior-changes.md)]
13361336
13371337
]]></format>
13381338
</remarks>
@@ -1379,7 +1379,7 @@ This method stores in the task it returns all non-usage exceptions that the meth
13791379
13801380
### Load behavior changes
13811381
1382-
[!INCLUDE[drawing](~/includes/System.Windows.Forms.PictureBox/load-behavior-changes.md)]
1382+
[!INCLUDE[drawing](~/includes/picturebox-load-behavior-changes.md)]
13831383
13841384
## Examples
13851385

xml/System/String.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6335,7 +6335,7 @@ The index of a format item is less than zero, or greater than or equal to the le
63356335

63366336
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert the value of an expression to its string representation and to embed that representation in a string. In performing the conversion, the method uses culture-sensitive formatting or a custom formatter. The method converts `arg0` to its string representation by calling its **ToString(IFormatProvider)** method or, if the object's corresponding format item includes a format string, by calling its **ToString(String,IFormatProvider)** method. If these methods don't exist, it calls the object's parameterless **ToString** method.
63376337

6338-
[!INCLUDE[provider-string-format](~/includes/remarks/System/String/provider-string-format.md)]
6338+
[!INCLUDE[provider-string-format](~/includes/provider-string-format.md)]
63396339

63406340
]]></format>
63416341
</remarks>
@@ -6432,7 +6432,7 @@ The index of a format item is not zero.</exception>
64326432

64336433
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert four or more expressions to their string representations and to embed those representations in a string. In performing the conversion, the method uses culture-sensitive formatting or a custom formatter. The method converts each <xref:System.Object> argument to its string representation by calling its **ToString(IFormatProvider)** method or, if the object's corresponding format item includes a format string, by calling its **ToString(String,IFormatProvider)** method. If these methods don't exist, it calls the object's parameterless **ToString** method.
64346434

6435-
[!INCLUDE[provider-string-format](~/includes/remarks/System/String/provider-string-format.md)]
6435+
[!INCLUDE[provider-string-format](~/includes/provider-string-format.md)]
64366436

64376437
### Example: Culture-sensitive formatting
64386438

@@ -6833,7 +6833,7 @@ The index of a format item is not zero or one.</exception>
68336833

68346834
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert two expressions to their string representations and to embed those representations in a string. In performing the conversion, the method uses culture-sensitive formatting or a custom formatter. The method converts each <xref:System.Object> argument to its string representation by calling its **ToString(IFormatProvider)** method or, if the object's corresponding format item includes a format string, by calling its **ToString(String,IFormatProvider)** method. If these methods don't exist, it calls the object's parameterless **ToString** method.
68356835

6836-
[!INCLUDE[provider-string-format](~/includes/remarks/System/String/provider-string-format.md)]
6836+
[!INCLUDE[provider-string-format](~/includes/provider-string-format.md)]
68376837

68386838
]]></format>
68396839
</remarks>
@@ -7025,7 +7025,7 @@ The index of a format item is less than zero, or greater than two.</exception>
70257025

70267026
This method uses the [composite formatting feature](/dotnet/standard/base-types/composite-formatting) to convert three expressions to their string representations and to embed those representations in a string. In performing the conversion, the method uses culture-sensitive formatting or a custom formatter. The method converts each <xref:System.Object> argument to its string representation by calling its **ToString(IFormatProvider)** method or, if the object's corresponding format item includes a format string, by calling its **ToString(String,IFormatProvider)** method. If these methods don't exist, it calls the object's parameterless **ToString** method.
70277027

7028-
[!INCLUDE[provider-string-format](~/includes/remarks/System/String/provider-string-format.md)]
7028+
[!INCLUDE[provider-string-format](~/includes/provider-string-format.md)]
70297029

70307030
]]></format>
70317031
</remarks>

0 commit comments

Comments
 (0)