Skip to content
Merged
2 changes: 1 addition & 1 deletion src/Toolkit/Toolkit.UI.Controls/SearchView/SearchView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ public string? RepeatSearchButtonText
/// Identifies the <see cref="EnableDefaultWorldGeocoder"/> dependency property.
/// </summary>
public static readonly DependencyProperty EnableDefaultWorldGeocoderProperty =
DependencyProperty.Register(nameof(EnableDefaultWorldGeocoder), typeof(bool), typeof(SearchView), new PropertyMetadata(false, OnEnableDefualtWorldGeocoderPropertyChanged));
DependencyProperty.Register(nameof(EnableDefaultWorldGeocoder), typeof(bool), typeof(SearchView), new PropertyMetadata(true, OnEnableDefualtWorldGeocoderPropertyChanged));

/// <summary>
/// Identifies the <see cref="EnableRepeatSearchHereButton"/> dependency proeprty.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,5 @@
<Setter Property="VerticalAlignment" Value="Top" />
<Setter Property="Width" Value="256" />
<Setter Property="Margin" Value="4" />
<Setter Property="EnableDefaultWorldGeocoder" Value="True" />
</Style>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,5 @@
<Setter Property="VerticalAlignment" Value="Top" />
<Setter Property="Width" Value="256" />
<Setter Property="Margin" Value="4" />
<Setter Property="EnableDefaultWorldGeocoder" Value="True" />
</Style>
</ResourceDictionary>
Loading