6 references to IsEnabledProperty
Microsoft.Maui.Controls (6)
Cells\Cell.cs (2)
130
get { return (bool)GetValue(
IsEnabledProperty
); }
131
set { SetValue(
IsEnabledProperty
, value); }
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
79
else if (e.PropertyName == Cell.
IsEnabledProperty
.PropertyName)
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
78
else if (e.PropertyName == Cell.
IsEnabledProperty
.PropertyName)
Compatibility\Handlers\ListView\iOS\TextCellRenderer.cs (1)
71
else if (args.PropertyName == Cell.
IsEnabledProperty
.PropertyName)
Compatibility\Handlers\ListView\iOS\ViewCellRenderer.cs (1)
84
if (e.PropertyName == Cell.
IsEnabledProperty
.PropertyName)