1 write to _batchCommittedHandler
Microsoft.Maui.Controls.Compatibility (1)
iOS\VisualElementTracker.cs (1)
52 _batchCommittedHandler = HandleRedrawNeeded;
2 references to _batchCommittedHandler
Microsoft.Maui.Controls.Compatibility (2)
iOS\VisualElementTracker.cs (2)
82 oldElement.BatchCommitted -= _batchCommittedHandler; 371 newElement.BatchCommitted += _batchCommittedHandler;