3 references to _propertyHandlers
Microsoft.Maui.Controls.Compatibility (3)
Tizen\Renderers\VisualElementRenderer.cs (3)
397 if (_propertyHandlers.TryGetValue(e.PropertyName, out handler)) 526 _propertyHandlers.Add(name, handler); 540 foreach (var action in _propertyHandlers.Values.Distinct())