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