1 write to _currentContextActions
Microsoft.Maui.Controls (1)
Cells\Cell.cs (1)
266
_currentContextActions
= new List<MenuItem>(_contextActions);
3 references to _currentContextActions
Microsoft.Maui.Controls (3)
Cells\Cell.cs (3)
255
_currentContextActions
?.Remove(_contextActions[i]);
258
if (
_currentContextActions
!= null)
260
foreach (MenuItem item in
_currentContextActions
)