Skip to content

Commit b218a26

Browse files
committed
update references to new locations
1 parent 5e80965 commit b218a26

File tree

431 files changed

+2052
-2052
lines changed

Some content is hidden

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

431 files changed

+2052
-2052
lines changed

xml/Microsoft.Win32/FileDialog.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Open and save file dialog boxes have a **Favorite Links** panel on the left side
270270
The following example shows how to create an <xref:Microsoft.Win32.OpenFileDialog> that contains a default file name and extension type.
271271
272272
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/DefaultExt/Window1.xaml.cs" id="Snippetopenfiledialogboxcodebehind":::
273-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/DialogBoxesOverviewSnippets/VisualBasic/window1.xaml.vb" id="Snippetopenfiledialogboxcodebehind":::
273+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/DefaultExt/window1.xaml.vb" id="Snippetopenfiledialogboxcodebehind":::
274274
275275
]]></format>
276276
</remarks>
@@ -527,28 +527,28 @@ Open and save file dialog boxes have a **Favorite Links** panel on the left side
527527
The following examples demonstrate several types of filter strings that can be set by using the <xref:Microsoft.Win32.FileDialog.Filter%2A> property.
528528
529529
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring1":::
530-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring1":::
530+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring1":::
531531
532532
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring2":::
533-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring2":::
533+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring2":::
534534
535535
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring3":::
536-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring3":::
536+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring3":::
537537
538538
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring4":::
539-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring4":::
539+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring4":::
540540
541541
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring5":::
542-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring5":::
542+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring5":::
543543
544544
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring6":::
545-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring6":::
545+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring6":::
546546
547547
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring7":::
548-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring7":::
548+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring7":::
549549
550550
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/Filter/Window1.xaml.cs" id="Snippetfilterstring8":::
551-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/FileDialogFilterSnippets/visualbasic/window1.xaml.vb" id="Snippetfilterstring8":::
551+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/Filter/window1.xaml.vb" id="Snippetfilterstring8":::
552552
553553
]]></format>
554554
</remarks>

xml/Microsoft.Win32/OpenFileDialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You cannot declare this managed class in XAML.
3232
The following example shows how to create an <xref:Microsoft.Win32.OpenFileDialog> that contains a default file name and extension type.
3333
3434
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/DefaultExt/Window1.xaml.cs" id="Snippetopenfiledialogboxcodebehind":::
35-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/DialogBoxesOverviewSnippets/VisualBasic/window1.xaml.vb" id="Snippetopenfiledialogboxcodebehind":::
35+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/DefaultExt/window1.xaml.vb" id="Snippetopenfiledialogboxcodebehind":::
3636
3737
]]></format>
3838
</remarks>

xml/Microsoft.Win32/SaveFileDialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You cannot declare this managed class in XAML.
3434
The following example demonstrates how to create a <xref:Microsoft.Win32.SaveFileDialog> and process the result.
3535
3636
:::code language="csharp" source="~/snippets/csharp/Microsoft.Win32/FileDialog/DefaultExt/Window1.xaml.cs" id="Snippetsavefiledialogboxcodebehind":::
37-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/DialogBoxesOverviewSnippets/VisualBasic/window1.xaml.vb" id="Snippetsavefiledialogboxcodebehind":::
37+
:::code language="vb" source="~/snippets/visualbasic/Microsoft.Win32/FileDialog/DefaultExt/window1.xaml.vb" id="Snippetsavefiledialogboxcodebehind":::
3838
3939
]]></format>
4040
</remarks>

xml/System.Collections.ObjectModel/ObservableCollection`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
The typical usage is to wrap an <xref:System.Collections.ObjectModel.ObservableCollection%601.OnCollectionChanged%2A> call within a `using` scope, as in the following example:
313313
314314
:::code language="csharp" source="~/snippets/csharp/System.Collections.ObjectModel/ObservableCollectionT/BlockReentrancy/DataSource.cs" id="Snippetblockreentrancy":::
315-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/ObservableCollection_snip/visualbasic/datasource.vb" id="Snippetblockreentrancy":::
315+
:::code language="vb" source="~/snippets/visualbasic/System.Collections.ObjectModel/ObservableCollectionT/BlockReentrancy/datasource.vb" id="Snippetblockreentrancy":::
316316
317317
]]></format>
318318
</remarks>
@@ -730,7 +730,7 @@
730730
When overriding this method, either call the base implementation or use the <xref:System.Collections.ObjectModel.ObservableCollection%601.BlockReentrancy%2A> method to handle reentrant collection changes, as in the following example:
731731
732732
:::code language="csharp" source="~/snippets/csharp/System.Collections.ObjectModel/ObservableCollectionT/BlockReentrancy/DataSource.cs" id="Snippetblockreentrancy":::
733-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/ObservableCollection_snip/visualbasic/datasource.vb" id="Snippetblockreentrancy":::
733+
:::code language="vb" source="~/snippets/visualbasic/System.Collections.ObjectModel/ObservableCollectionT/BlockReentrancy/datasource.vb" id="Snippetblockreentrancy":::
734734
735735
]]></format>
736736
</remarks>

xml/System.ComponentModel/IEditableCollectionView.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
The following example shows how to add an item to a collection by using methods that are defined by <xref:System.ComponentModel.IEditableCollectionView>. This application displays a list of items for sale and gives the user the option of adding, editing, or removing an item. When the user adds or edits an item, a form prompts the user to enter a new item. If the user submits the form, the item is committed to the collection. If the user cancels the form, the item is discarded. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
3535
3636
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetadditem":::
37-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetadditem":::
37+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetadditem":::
3838
3939
]]></format>
4040
</remarks>
@@ -78,7 +78,7 @@
7878
The following example creates a <xref:System.Windows.Window> that prompts the user to add a new item. Then it calls <xref:System.ComponentModel.IEditableCollectionView.AddNew%2A> to create a new object and sets the <xref:System.Windows.FrameworkElement.DataContext%2A> of the <xref:System.Windows.Window> to that object. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
7979
8080
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetadditem":::
81-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetadditem":::
81+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetadditem":::
8282
8383
]]></format>
8484
</remarks>
@@ -126,7 +126,7 @@
126126
The following example checks whether an item can be added to the collection. If <xref:System.ComponentModel.IEditableCollectionView.CanAddNew%2A> is `false`, the example tells the user that an item cannot be added. Otherwise, it shows a form that prompts the user to add a new item. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections) .
127127
128128
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetadditem":::
129-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetadditem":::
129+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetadditem":::
130130
131131
]]></format>
132132
</remarks>
@@ -170,7 +170,7 @@
170170
The following example gets <xref:System.ComponentModel.IEditableCollectionView.CanCancelEdit%2A> to check whether the original values of the edited item can be restored before it calls <xref:System.ComponentModel.IEditableCollectionView.CancelEdit%2A>. If the values cannot be restored, you must supply additional logic to do so. If they can be, the values are restored when the example calls <xref:System.ComponentModel.IEditableCollectionView.CancelEdit%2A>. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
171171
172172
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetcanceledit":::
173-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetcanceledit":::
173+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetcanceledit":::
174174
175175
]]></format>
176176
</remarks>
@@ -213,7 +213,7 @@
213213
The following example gets <xref:System.ComponentModel.IEditableCollectionView.CanCancelEdit%2A> to check whether the original values of the edited item can be restored before it calls <xref:System.ComponentModel.IEditableCollectionView.CancelEdit%2A>. If the values cannot be restored, you must supply additional logic to do so. If they can be, the values are restored when the example calls <xref:System.ComponentModel.IEditableCollectionView.CancelEdit%2A>. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
214214
215215
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetcanceledit":::
216-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetcanceledit":::
216+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetcanceledit":::
217217
218218
]]></format>
219219
</remarks>
@@ -251,7 +251,7 @@
251251
The following example displays a form that prompts the user to add a new item. If the user submits the form, the example calls <xref:System.ComponentModel.IEditableCollectionView.CommitNew%2A> to add the item to the collection. If the user cancels the form, the example calls <xref:System.ComponentModel.IEditableCollectionView.CancelNew%2A> to discard the item. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
252252
253253
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetadditem":::
254-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetadditem":::
254+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetadditem":::
255255
256256
]]></format>
257257
</remarks>
@@ -295,7 +295,7 @@
295295
The following example calls <xref:System.ComponentModel.IEditableCollectionView.CanRemove%2A> to check whether an item can be removed from the collection. If an item can be removed, the example prompts the user to confirm the action and calls <xref:System.ComponentModel.IEditableCollectionView.Remove%2A> if the user clicks **Yes**. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
296296
297297
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetremoveitem":::
298-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetremoveitem":::
298+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetremoveitem":::
299299
300300
]]></format>
301301
</remarks>
@@ -333,7 +333,7 @@
333333
The following example creates a form that prompts the user to edit an existing item. If the user submits the form, the example calls <xref:System.ComponentModel.IEditableCollectionView.CommitEdit%2A> to save the changes to the collection. If the user cancels the form, the example calls <xref:System.ComponentModel.IEditableCollectionView.CancelEdit%2A> to discard the changes. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
334334
335335
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetedititem":::
336-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetedititem":::
336+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetedititem":::
337337
338338
]]></format>
339339
</remarks>
@@ -376,7 +376,7 @@
376376
The following example displays a form that prompts the user to add a new item. If the user submits the form, the example calls <xref:System.ComponentModel.IEditableCollectionView.CommitNew%2A> to add the item to the collection. If the user cancels the form, the example calls <xref:System.ComponentModel.IEditableCollectionView.CancelNew%2A> to discard the item. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
377377
378378
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetadditem":::
379-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetadditem":::
379+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetadditem":::
380380
381381
]]></format>
382382
</remarks>
@@ -473,7 +473,7 @@
473473
The following example creates a form that prompts the user to edit an existing item. If the user submits the form, the changes are committed to the collection. If the user cancels the form, the changes are discarded. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections) .
474474
475475
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetedititem":::
476-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetedititem":::
476+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetedititem":::
477477
478478
]]></format>
479479
</remarks>
@@ -619,7 +619,7 @@
619619
The following example calls <xref:System.ComponentModel.IEditableCollectionView.CanRemove%2A> to check whether an item can be removed from the collection. If an item can be removed, the example prompts the user to confirm the action and calls <xref:System.ComponentModel.IEditableCollectionView.Remove%2A> if the user clicks **Yes**. For the entire sample, see [Changing a Collection by Using IEditableCollectionView Sample](https://github.com/Microsoft/WPF-Samples/tree/master/Data%20Binding/EditingCollections).
620620
621621
:::code language="csharp" source="~/snippets/csharp/System.ComponentModel/IEditableCollectionView/Overview/Window1.xaml.cs" id="Snippetremoveitem":::
622-
:::code language="vb" source="~/snippets/visualbasic/VS_Snippets_Wpf/EditingCollectionsSnippets/visualbasic/window1.xaml.vb" id="Snippetremoveitem":::
622+
:::code language="vb" source="~/snippets/visualbasic/System.ComponentModel/IEditableCollectionView/Overview/window1.xaml.vb" id="Snippetremoveitem":::
623623
624624
]]></format>
625625
</remarks>

0 commit comments

Comments
 (0)