Finds controls by a specific property value.
public static IEnumerable<T> FindByProperty<T, TProperty>(this Visual root, AvaloniaProperty<TProperty> property, TProperty value)
where T : AvaloniaObject
The root visual to search from.
The Avalonia property to check.
The expected property value.