|
98 | 98 | // FrameworkAppContextSwitches
|
99 | 99 |
|
100 | 100 | // Switch to enable non-adorner based rendering of TextSelection in TextBox and PasswordBox
|
101 |
| - // https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md |
| 101 | + // https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md |
102 | 102 | "Switch.System.Windows.Controls.Text.UseAdornerForTextboxSelectionRendering": true,
|
103 | 103 |
|
104 |
| - // https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-layout-rounding-of-margins-has-changed.md |
| 104 | + // https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-layout-rounding-of-margins-has-changed.md |
105 | 105 | "Switch.MS.Internal.DoNotApplyLayoutRoundingToMarginsAndBorderThickness": false,
|
106 | 106 |
|
107 |
| - // https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md |
| 107 | + // https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md |
108 | 108 | "Switch.System.Windows.Controls.Grid.StarDefinitionsCanExceedAvailableSpace": false,
|
109 | 109 |
|
110 |
| - // https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-tabcontrol-selectionchanged-and-selectedcontent.md |
| 110 | + // https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-tabcontrol-selectionchanged-and-selectedcontent.md |
111 | 111 | "Switch.System.Windows.Controls.TabControl.SelectionPropertiesCanLagBehindSelectionChangedEvent": false,
|
112 | 112 |
|
113 |
| - // https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-MasterDetail-ADOdata-PrimaryKey.md |
| 113 | + // https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-mainDetail-ADOdata-PrimaryKey.md |
114 | 114 | "Switch.System.Windows.Data.DoNotUseFollowParentWhenBindingToADODataRelation": false,
|
115 | 115 |
|
116 | 116 | // Switch to enable IList indexer hiding a custom indexer in a binding path
|
|
155 | 155 |
|
156 | 156 | // AccessibilitySwitches
|
157 | 157 | // https://docs.microsoft.com/en-us/dotnet/framework/whats-new/whats-new-in-accessibility
|
158 |
| - // https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-accessibility-improvements.MD |
159 |
| - // https://github.com/microsoft/dotnet/blob/master/Documentation/compatibility/wpf-accessibility-improvements-48.md |
| 158 | + // https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-accessibility-improvements.MD |
| 159 | + // https://github.com/microsoft/dotnet/blob/main/Documentation/compatibility/wpf-accessibility-improvements-48.md |
160 | 160 |
|
161 | 161 | "Switch.UseLegacyAccessibilityFeatures": false,
|
162 | 162 | "Switch.UseLegacyAccessibilityFeatures.2": false,
|
163 | 163 | "Switch.UseLegacyAccessibilityFeatures.3": false,
|
164 | 164 | "Switch.UseLegacyToolTipDisplay": false,
|
165 | 165 |
|
166 | 166 | // Guards the fix for the automation tree under a plain ItemsControl
|
167 |
| - // https://github.com/microsoft/dotnet/blob/master/releases/net48/dotnet48-changes.md |
| 167 | + // https://github.com/microsoft/dotnet/blob/main/releases/net48/dotnet48-changes.md |
168 | 168 | "Switch.System.Windows.Controls.ItemsControlDoesNotSupportAutomation": false
|
169 | 169 | */
|
170 | 170 | }
|
|
0 commit comments