3 references to OnProperty
Microsoft.Maui.Controls (3)
Cells\SwitchCell.cs (2)
33
get { return (bool)GetValue(
OnProperty
); }
34
set { SetValue(
OnProperty
, value); }
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
69
if (e.PropertyName == SwitchCell.
OnProperty
.PropertyName)