2 references to IsFocusAllowedProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
96
return (bool?)element.GetValue(
IsFocusAllowedProperty
);
106
element.SetValue(
IsFocusAllowedProperty
, value);