1 implementation of GetProperty
Microsoft.Maui (1)
PropertyMapper.cs (1)
85 public virtual Action<IElementHandler, IElement>? GetProperty(string key)
4 references to GetProperty
Microsoft.Maui (4)
PropertyMapper.cs (2)
97 var returnValue = ch.GetProperty(key); 263 else if (chain.GetProperty(key) != null)
PropertyMapperExtensions.cs (2)
19 var previousMethod = propertyMapper.GetProperty(key); 41 var previousMethod = propertyMapper.GetProperty(key);