2 references to OnProperty
Microsoft.Maui.Controls (2)
Cells\SwitchCell.cs (2)
33 get { return (bool)GetValue(OnProperty); } 34 set { SetValue(OnProperty, value); }