2 references to IsSpellCheckEnabledProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\WindowsSpecific\SearchBar.cs (2)
20
element.SetValue(
IsSpellCheckEnabledProperty
, value);
26
return (bool)element.GetValue(
IsSpellCheckEnabledProperty
);