4 references to _batchedProperties
Microsoft.Maui.Controls.Compatibility (4)
Android\VisualElementTracker.cs (4)
150 if (!_batchedProperties.Contains(e.PropertyName)) 151 _batchedProperties.Add(e.PropertyName); 189 foreach (string propertyName in _batchedProperties) 191 _batchedProperties.Clear();