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