2 references to DisconnectPolicyProperty
Microsoft.Maui.Controls (2)
Handlers\HandlerProperties.cs (2)
15
target.SetValue(
DisconnectPolicyProperty
, value);
20
return (HandlerDisconnectPolicy)target.GetValue(
DisconnectPolicyProperty
);